Skip to content

kunsingh/es6-webpack-example

Repository files navigation

es6-webpack-example for prototyping javascript base applications with es6 and webpack support. Unit test with Karma, Mocha, Chai and Sinon.

Install Dependency

$ npm install

Build application for dev environment

$ npm run build

Build application production environment

$ npm run build:prod

Run application on webpack dev server

$ npm run serve

Run unit test case

$ npm run test

Run unit test case in watch mode

$ npm run test:watch

About

Simple POC to explore webpack

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published