A starter pack to build JavaScript applications using standards from ES5, ES6 & ESNEXT. It uses webpack, Babel and webpack-dev-server to compile and serve. It is fully compatible with Async/Await as it uses the Babel polyfill.
2.0.0
Install the dependencies
$ npm install
To serve in the browser - Runs webpack-dev-server
$ npm start
Compile and build
$ npm run build
This project is licensed under the MIT License