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.
npm install
npm start
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