helloanh / webdev-boilerplate

boilerplate with webpack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/

About

boilerplate with webpack


Languages

Language:JavaScript 60.2%Language:HTML 27.1%Language:CSS 12.7%