Skip to content

helloanh/webdev-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Boilerplate with Webpack as bundler

Set Up

Create a project directory and download Webpack 3:

npm install -g webpack@3.11.0--save-dev  

Initialize a node project with:

npm init

This should give you a package.json. Since webdev-boilderplate has a package.json already, just run:

npm install to install all dependencies  

Resources:

https://auth0.com/blog/webpack-a-gentle-introduction/

Releases

No releases published

Packages

No packages published