Skip to content
This repository has been archived by the owner on Mar 27, 2018. It is now read-only.

collibra/webpack-template-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 77.2%
  • HTML 12.3%
  • CSS 10.5%