Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 688 Bytes

CONTRIBUTING.md

File metadata and controls

41 lines (26 loc) · 688 Bytes

Contributing to React Simple Boilerplate

Install the latest npm.

Clone the repository:

$ [email protected]:udaypydi/react-simple-boilerplate.git && cd react-simple-boilerplate
$ yarn

Commands

Run unit tests

    # run test cases
    npm run test

    # watch mode

    npm run test:watch

Linting

    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

Submitting Pull Requests

This project follows GitHub's standard forking model.. Please fork the project to submit pull requests.