webapp-curato

Web app for Curato

Usage no npm install needed!

<script type="module">
  import webappCurato from 'https://cdn.skypack.dev/webapp-curato';
</script>

README

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