collibra / webpack-template-app

A minimal webpack/ES6 project template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

webpack-template-app

A minimal, development-focussed template to get you up and running with Webpack, Babel & LESS. (based on https://github.com/jamesknelson/webpack-black-triangle)

  • Makes ES6 "just work"
  • Compiles and includes your LESS files
  • Serves your files
  • Automatically recompiles/reloads your page when JavaScript/LESS files change
  • Decide where your files go (to a degree)

Install with

git clone https://github.com/collibra/webpack-template-app.git;cd webpack-template-app;npm install;npm start

Then open localhost:9090.

About

A minimal webpack/ES6 project template


Languages

Language:JavaScript 77.2%Language:HTML 12.3%Language:CSS 10.5%