All Projects → dabit3 → Beginning Webpack

dabit3 / Beginning Webpack

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

Programming Languages

javascript
184084 projects - #8 most used programming language

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].