All new react component we have to use for Whataboon
npm install
npm start
Server will start at http://localhost:3000
Components must be document, test before sending pull request.
We made a component generator, you can easily create new component with our template by typing npm run create-component
Test your components with npm test
The build will fail, if npm test
fail.
Every pull request will be test by Circle CI
.
Checking steps :
- Dependencies checking ( ununsed or missing )
- Unit test
- Code coverage
Acceptance criteria :
- No unused or missing dependency
- Every test succeeded
- Code coverage > 80%