Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting Started - Outlined different options for app setup #17

Merged
merged 1 commit into from
Aug 11, 2024

Conversation

theangchen
Copy link
Collaborator

  1. Scaffolding an app
  2. Scaffolding with 1 Example
  3. Get all the examples
  4. Help option

@@ -18,9 +18,19 @@ npm start

Then open [http://localhost:3000/](http://localhost:3000/) to see your app.

**Option 2:** If you would like to scaffold from 1 example, please see [Running an Example](./building-your-application/available-scripts/running-example.md)

**Option 3:** You can also clone the boilerplate repo to get all the examples. Then run `npm i` followed by `npm start` from the example directory you want to run.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe can can link https://github.com/NMFS-RADFish/boilerplate to boilerplate repo text so it's easier for the reader to find

@@ -18,9 +18,19 @@ npm start

Then open [http://localhost:3000/](http://localhost:3000/) to see your app.

**Option 2:** If you would like to scaffold from 1 example, please see [Running an Example](./building-your-application/available-scripts/running-example.md)

**Option 3:** You can also clone the boilerplate repo to get all the examples. Then run `npm i` followed by `npm start` from the example directory you want to run.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The instructions are a bit misleading. To run an example project, you'll actually need to:

  1. cd in examples folder
  2. cd into an example ex. computed-form-fields, main, etc.
  3. run npm i
  4. run npm start

```bash
npx @nmfs-radfish/create-radfish-app my-app --help
```

# Creating an PWA
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Found a typo! We should change Creating an PWA to Creating a PWA.

Copy link
Collaborator

@jaygiang jaygiang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@theangchen Looks great!

Just added a couple of suggestions/potential changes. Good to merge after those changes! ✅

Copy link
Collaborator

@brockinit brockinit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great! Ty

@brockinit brockinit merged commit 0c66ccc into main Aug 11, 2024
1 check passed
@theangchen theangchen deleted the radfish-248-doc-fixes branch August 12, 2024 19:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants