The source materials and companion site
cd guide
npm i
npm run dev
Each section of the course is numered and has it's own accompanying package.json
to install dependencies and run the demos. Within each section you'll find a start
and final
folder showing the beginning code state and then the complete state as well. To run any of these folders:
# Use whatever section you need
cd ./1-fast-but-not-good-setup/start
npm i
npm run dev