Bookworm is a single page web app designed to help you find new books!
Built & Tested With:
Follow these steps to get a copy of this project running locally :~)
All commands (and their variants) can be found in package.json, under the "scripts" section
yarn build
This project uses Parcel's experimental-scope-hoisting build option to reduce build sizes
For more info, check out this article
yarn lint
This project uses ESLint, and follows Airbnb's JavaScript Style Guide
yarn test
This project uses Husky to automatically lint and test code before every commit