Skip to content

michaelgenesini/webpack2-starter-kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webpack2-starter-kit

A simple starterkit for front end development using Webpack2, ES6 (babel) and Sass

Requirements

  • Node.js v6.9+
  • Yarn or npm client

What's included?

  • webpack 2
  • Webpack Validator
  • Webpack Bundle Analyzer
  • babel
  • Uglify
  • HotModuleReload (HMR)
  • Sass > PostCSS(Autoprefixer) > CSS
  • Vendors

How to start

Install packages with Yarn 😉 :

yarn

Run dev mode:

Terminal mode:

npm run dev

Dashboard mode:

npm run dev:dashboard

Go to: http://localhost:3000

Build everything:

npm run build

Dist will be inside dist folder.