This repository contains an Unemployment Guide for Californians to determine what benefits they may be eligible for.
We are developing the repository using Node v.12.16.2 and React Bootstrap.
- Install NPM dependencies
npm install
- Start the application
npm start
- Open http://localhost:3000/ to see the app
npm run test
npm run test:update-snapshots
eslint checks the JS code style and stylelint checks the CSS style.
npm run lint
Additionally, we use prettier to format JS and CSS files. You can either configure it with your editor or run
npm run prettier