2020-02-07 07:04:18 +04:00
|
|
|
# Quick Start
|
|
|
|
|
|
|
|
```sh
|
|
|
|
yarn start
|
|
|
|
open http://localhost:8080
|
|
|
|
```
|
|
|
|
|
|
|
|
# Available Scripts
|
|
|
|
|
|
|
|
In the project directory, you can run:
|
|
|
|
|
|
|
|
## `yarn start`
|
|
|
|
|
2020-03-06 21:35:14 +04:00
|
|
|
Runs the server in development mode. This will also build and server the client.
|
2020-02-07 07:04:18 +04:00
|
|
|
|
|
|
|
## `yarn test`
|
|
|
|
|
|
|
|
Runs tests.
|
|
|
|
|
|
|
|
## `yarn build`
|
|
|
|
|
|
|
|
Builds the application for production to the `dist` folder.
|