Skip to content

DouglasVolcato/react-tdd-clean-architecture

Repository files navigation

How to run this project

To use this project, first download it to your machine and implement the src/main/config files. Once you've done that, it you will need to install the project's dependencies with the following command:

$ npm install

Scripts

Run:

$ npm run dev

Build:

$ npm run build

Preview:

$ npm run preview

Run tests:

$ npm run test

Enable test watch mode:

$ npm run test-watch

Get test coverage:

$ npm run test-coverage

Author