Skip to content

Commit

Permalink
docs: update info about starting frontend dev locally (no docker)
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Jan 15, 2025
1 parent 6fda2aa commit 63cd741
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions docs/dev/Frontend.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,17 @@ For details on how to run the API first, please see:
## 2. Start the Frontend locally

### 2A: Navigate to the frontend subdirectory
To run the frontend locally, connected to the staging server as a backend:

`cd src/frontend`

### 2B: Install dependencies

`npm install`

### 2C. Run the project
```bash
just --unstable start frontend-dev
```

Run the frontend with hot-reloading: `npm run dev`
The mapper frontend can be started with a similar command:

The frontend should now be accessible at: `http://127.0.0.1:<PORT_NUMBER>`
```bash
just --unstable start mapper-frontend-dev
```

## Frontend Tips

Expand Down

0 comments on commit 63cd741

Please sign in to comment.