Book Finder or the Better Book Bureau is a book finding site. It allows users to find and mark books as want to read.
- You must have Node installed. visit https://byui-cit.github.io/advcss/lesson01/l01-software.html and skip to the Node section for instructions
npm installnpm run startstarts up a local server and updates on any JS or CSS/SCSS changes.
npm run buildto build final files when you are ready to turn in.npm run lintto run ESLint against your code to find errors.npm run formatto run Prettier to automatically format your code.