This project was bootstrapped with Create React App.
- Use yarn. Atleast
v1.19.1
- Node
8.16.0
or10.16.0
or later
-
Clone this project.
-
cd
to project directory and install dependencies:
$ yarn install
- Run the app.
$ yarn start
$ yarn test
$ yarn build
This generates build/
folder.
You may serve it with a static server:
// yarn install serve -g
> serve -s build
This project is licensed under the MIT license.