So we have the following project folder structure:
$ yarn install # install dependencies
# after
$ yarn start # Run application
Open browser to http://localhost:3000
$ yarn test
$ yarn test:watch
$ yarn lint
$ yarn lint:css
$ yarn lint:all
$ yarn format
$ yarn format:check
This project is licensed under the MIT License - see the LICENSE file for details
This boilerplate is inspired by Fernando Daciuk.