A dating app assignment for @cmda-bt Blok Tech with @max-hauser, @sybrenmolenaar, @zoeseveriens and @didiercatz
$ git clone https://github.com/didiercatz/team.git
$ npm install # or yarn
$ npm run start # or yarn start
$ npm run dev # or yarn dev
This mode logs extra information to the console everytime a CRUD operation is performed.
$ npm run debug # or yarn debug
outputs to ./docs
$ npm run docs # or yarn docs
This projects uses prettier
, eslint
and stylelint
. Be sure to install those in your editor, or run their respective scripts.
Boolean variables are to be prepended with either is
or has
, e.g.:
const isLoggedIn = true;
const hasUserLoggedIn = true;
ESLint is a JavaScript (EcmaScript) linter that shows you errors as you write your code.
Prettier is a formatter for HTML, CSS and JS that automatically makes your code, well, prettier. It formats based on your settings for indentation, bracket location, semicolons, etc. It's configured to listen to ESLint's config as well.
- https://github.com/refactoringui/heroicons by Steve Schoger & Adam Wathan