beginning-webpack
beginning-webpack copied to clipboard
This repository goes along with the medium post titled "Beginner's guide to Webpack"
Beginner's Guide to Webpack Repo
This tutorial uses Babel 6
This goes along with the medium post Beginner's Guide to Webpack
To get started with this project, do the following:
- Git clone the project
- cd into the project
- run 'npm install' from the terminal
- install webpack and webpack-dev-server globally:
npm install webpack-dev-server -g
npm install webpack -g