Vanilla JS version
- Install NodeJS following the instructions on their website.
- Download this repository
- Open your terminal and run
npm install
- Run
npm start
and navigate tolocalhost:1234
in your browser
npm start
- starts the development servernpm run build
- processes the files for productionnpm run lint
- checks files for errorsnpm run lint-fix
- attempts to fix errors