0.0.1 • Published 9 years ago
webapp-curato v0.0.1
Curato Web App
This is the web app for Curato.
Installing dependencies
npm installRunning
npm startFlow
npm run flowFlow type checks your code, so you can find errors quickly.
If you want persist flow checking, make sure you have watch installed via brew, and run it using the command
npm run watch-flowDon't commit if there are flow issues.
Linting
npm run lintBefore committing any changes, be sure to do npm run lint and this will lint the client folder and server.js.
Make sure to resolve any issues before committing.
If you want persist linting, make sure you have watch installed via brew, and run it using the command
npm run lint:watchTesting
npm run testWrite hella tests, ya feel
If you want persist testing, run it using the command
npm run test:watchHelpful Tools
0.0.1
9 years ago