-
Notifications
You must be signed in to change notification settings - Fork 1
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
Conversation
theangchen
commented
Aug 9, 2024
- Scaffolding an app
- Scaffolding with 1 Example
- Get all the examples
- 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. |
There was a problem hiding this comment.
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. |
There was a problem hiding this comment.
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:
- cd in
examples
folder - cd into an example
ex. computed-form-fields, main, etc.
- run
npm i
- run
npm start
```bash | ||
npx @nmfs-radfish/create-radfish-app my-app --help | ||
``` | ||
|
||
# Creating an PWA |
There was a problem hiding this comment.
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
.
There was a problem hiding this 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! ✅
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! Ty