React Assignment

React application

  • State managment is done using redux and immer
  • Tests are done using jest and enzyme
  • Provides prodution build
  • Uses css modules

Install and start the app

Clone the repository, then run

npm install

... and then

npm start

Run tests

To run tests once run

npm test

To run tests in watch mode run

npm run test:watch

To generate test coverage information run

npm run test:coverage

Create production build

npm run build