This project was bootstrapped with Create React App.
- Install dependencies
yarn install
- To run in development mode
yarn start
- To run in production mode install
serve
- Install serve
npm install -g serve
- Run
yarn build && serve -s build
- Install serve