15 lines
166 B
Markdown
15 lines
166 B
Markdown
# Development
|
|
|
|
## Install and initial setup
|
|
|
|
`npm install`
|
|
|
|
## Running the app
|
|
|
|
`npm run dev`
|
|
|
|
## View the app locally
|
|
|
|
It runs locally here:
|
|
`http://localhost:3050`
|