Skip to content

dingjules/webpack-starter

Repository files navigation

Quick webapp starter

A quicke starter with webpack2, karma

to start project on dev mode

npm install
npm start

to run unit tests

npm test

or to run test with hot reloading

npm run test-watch

Coverage reports are generated in /target/coverage

to make production version

npm run build

Production files are generated in /target/dist

About

Quick web app starter with webpack and karma

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors