npm start
- starts a webserver with live reloadnpm build
- builds the production ready files and outputs them to the build folder- local server will be launched http://localhost:8080 and http://localhost:8080/webpack-dev-server/ for status information in the browser
npm run test:lint
- run eslint
krystalcampioni/webpack-starter
WIP - initial Webpack setup based on the SurviveJS Webpack book
JavaScript