/The-D-Task

add sample project using ReactJs +Redux and jest for unit test.

Primary LanguageHTML

This project for The D. company.

how to run

git colne of this repository runing this command :git colne https://github.com/MagdyH/The-D-Task.git.

In the project directory, where package.json file run:

npm install

then

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

how to run unit test

npm run test

and to see test coverage

npm run test:coverage