dabit3 / beginning-webpack

This repository goes along with the medium post titled "Beginner's guide to Webpack"

Home Page:https://medium.com/@dabit3/beginner-s-guide-to-webpack-b1f1a3638460

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:
  1. Git clone the project
  2. cd into the project
  3. run 'npm install' from the terminal
  4. install webpack and webpack-dev-server globally:
npm install webpack-dev-server -g
npm install webpack -g

About

This repository goes along with the medium post titled "Beginner's guide to Webpack"

https://medium.com/@dabit3/beginner-s-guide-to-webpack-b1f1a3638460


Languages

Language:JavaScript 100.0%Language:HTML 0.0%