Install the latest npm.
Clone the repository:
$ [email protected]:udaypydi/react-simple-boilerplate.git && cd react-simple-boilerplate
$ yarn
Run unit tests
# run test cases
npm run test
# watch mode
npm run test:watch
npm run lint
It's also a good idea to add an eslint plugin in your editor.
To fix lint errors from the command line:
npm run lint
This project follows GitHub's standard forking model.. Please fork the project to submit pull requests.