Skip to content

Curato-Capstone/webapp-curato

Repository files navigation

Curato Web App

This is the web app for Curato.

Installing dependencies

npm install

Running

npm start

Flow

npm run flow

Flow 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-flow

Don't commit if there are flow issues.

Linting

npm run lint

Before 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:watch

Testing

npm run test

Write hella tests, ya feel

If you want persist testing, run it using the command

npm run test:watch

Helpful Tools

React DevTools Chrome Extension

Immutable Chrome Extension

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages