Please refer to the first chapter in the book for instructions on setting up your environment with Node & npm.
You can install all the packages for all the projects up front, saving you time in the future. To do so, from this directory:
npm i
npm run install-all
Unless you have a quantum computer connected directly to an Amazon data center, this task will take a long time to complete.
Open 01-upvote/app/index.html
in your favourite browser.
Read 02-calendar_app/README.md
.
Open 03-custom_events/app/index.html
in your favourite browser.
Open 04-note_taking/app/index.html
in your favourite browser.
Read 05-shopping_cart/README.md
.