This repository was specifically designed as a supplementary resource to the course "Parcel Bundler: The Complete Tutorial".
git clone [email protected]:vp-online-courses/parcel-tutorial.git
cd parcel-tutorial
This repository contains multiple folders that correspond to different lessons of the course. There is a folder for each lesson that requires code changes. There are 2 subfolders in each folder:
begin
subfolder contains the state of the repository before the beginning of the lesson.end
subfolder contains the state of the repository at the end of the lesson.
Let's take as an example "Minifying Images" lesson. There is a folder associated with it called "6.3-minifying-images".
- 6.3-minifying-images/begin. You can cd to this subfolder right before starting the lesson and repeat all the steps from the lesson while watching it.
- 6.3-minifying-images/end. If you want to see how the application looks like at the end of this lesson, you can cd to this subfolder.
Don't forget to run npm install
after switching between folders.
cd /path/to/repository/6.3-minifying-images/begin
npm install