This is the frontend for the Cleaning List Webapp (v2).
Note: All commands are written to work on *nix systems, everything should work on Windows as well but some commands may need to be altered, e.g. cp .env.example .env
-> copy .env.example .env
.
- Node
- Yarn
yarn
, install dependenciescp .env.example .env
, create an env fileyarn dev
, start development server