This is the web app for Curato.
npm installnpm startnpm 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.
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:watchnpm run testWrite hella tests, ya feel
If you want persist testing, run it using the command
npm run test:watch