README
Trippian
Setup
npm install
Test
npm run test
This will watch *.spec.js and run the test (update this part later)
Develop
- Write the tests first, and add related features
- Once you finished writing the feature and ready to commit, check if the tests still pass
- Run
npm run test
and follow the commitizen flow to add related messages following Angular Commiting Guideline