Skip to content

Commit

Permalink
Merge pull request #17 from NMFS-RADFish/radfish-248-doc-fixes
Browse files Browse the repository at this point in the history
Getting Started - Outlined different options for app setup
  • Loading branch information
brockinit authored Aug 11, 2024
2 parents 65a71e9 + f4a3df0 commit 0c66ccc
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Create RadFish App is an officially supported way to create single-page React ap

# Quick Start

Run the commands:
**Option 1:** To scaffold an app, run the commands:

```bash
npx @nmfs-radfish/create-radfish-app my-app
Expand All @@ -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.

**To show help:**

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

# Creating an PWA

## Prerequisites
### Prerequisites

Before you start, make sure you have the following installed:

Expand Down

0 comments on commit 0c66ccc

Please sign in to comment.