Open VilmaNilsson opened 3 years ago
We will be using the AirBnB JavaScript Style Guide: https://github.com/airbnb/javascript
Commands for running it:
npx eslint .
, runs Eslint on the whole folder.npx eslint . --quiet
, runs Eslint without warnings (we dont need to bother with these).npx eslint app.js
, runs Eslint on a single file.We will be using the templating engine Pug: https://pugjs.org/api/getting-started.html. This will be used by Express instead of serving plain HTML files.
Some tips for reading (you'll need to learn the syntax):
See #38 for current edits to the README (installation instructions).
Update our README file with ex: