For the second Javascript milestone in building a todo website,
set up a new repository and prepare it for development using best practices (e.g. linters).
This is the first interface
Feel free to check the To-do-link.
👤 **Silvia Tofana **
👤 Grace Muthui
Contributions, issues, and feature requests are welcome!
Install Run Linters tests To track linter errors locally follow these steps:
Download all the dependencies run:
npm install Track HTML linter errors run:
npx hint . Track CSS linter errors run:
npx stylelint “*/.{css,scss}” Track JavaScript linter errors run:
npx eslint .” Run local server Node live serveris easy to install and use:
Run webpack server npm start
On the terminal run this command git clone https://github.com/silviatofana/todolist.git.
Install the dev dependencies for linters run npm install.
To install jest as your library run npm install –save-dev jest
To test whether all the tests work run npm test
This project is MIT licensed.