This project is a little starter showing how to set up a flexible and maintenable webpack configuration for building javascript project.
Article available here on my developer blog
Webpack with Babel loader for javascript and css & style loaders for stylesheets.
The configuration is managed with webpack-config.
EsLint with standat code style ruleset.
Karma and Jasmine ruinning on phantomJs.
The sample application uses ReactJs.
Please use npm command instead of native script commands.
> npm run testRun unit test
Lint the app code with eslint.
> npm run buildBuild a production vertion of the application.
> npm run startLaunch a dev server to test the application.
To test the app, first built it with the npm run build command,
then run npm start command to lauch the index.html in a server.