Skip to content

vp-online-courses/parcel-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This repository was specifically designed as a supplementary resource to the course "Parcel Bundler: The Complete Tutorial".

Clone This Repository

  1. git clone [email protected]:vp-online-courses/parcel-tutorial.git
  2. cd parcel-tutorial

Folders

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:

  1. begin subfolder contains the state of the repository before the beginning of the lesson.
  2. 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".

  1. 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.
  2. 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •