23 lines
330 B
Markdown
23 lines
330 B
Markdown
# Quick Start
|
|
|
|
```sh
|
|
yarn start
|
|
open http://localhost:8080
|
|
```
|
|
|
|
# Available Scripts
|
|
|
|
In the project directory, you can run:
|
|
|
|
## `yarn start`
|
|
|
|
Runs the server in development mode. This will also build and server the client.
|
|
|
|
## `yarn test`
|
|
|
|
Runs tests.
|
|
|
|
## `yarn build`
|
|
|
|
Builds the application for production to the `dist` folder.
|