Technologies | Build Setup | License
# install dependencies
yarn
# or
yarn install
# serve with hot reload at localhost:3000
yarn start
# build for production
yarn build
# test the application
yarn test
# with coverage
yarn test:coverage
This project is under the MIT license. See the archive LICENSE for more details.