Code repository for the three Webpack courses recorded in 2018.
- Webpack 4 Fundamentals (Slides)
- Web Performance with Webpack (Slides)
- Mastering Webpack Plugins (Slides)
This project assumes you have Node.js v8 or greater installed which comes the latest npm v5 or greater installed as well.
Note: Sean uses yarn instead of npm at times in this course. yarn and npm do the same thing, with a slightly different API.
npm run dev
vsyarn dev
npm install webpack-dev-server --save-dev
vsyarn add webpack-dev-server
There are different branches depending on which course you are going through.
- Sign up for a GitHub Account (if you don't already have one)
- Fork this repo
- Clone your fork
- In the directory you cloned the repository, run
git fetch --all
These steps will assume that you have cd
'd in your preferred editor to this repositories cloned location.
- Install dependencies:
npm install
- Enjoy the course!
Tip: Use git clone BRANCH_NAME -f
to jump into a given branch. The -f
will force overwriting your local changes.
- Email: [email protected]
- Twitter: @TheLarkInn
- Log a Github issue if there's an issue with the code.
- Email: [email protected] if you have a general issue with the courses.