webpack-babel-boilerplate
webpack-babel-boilerplate copied to clipboard
ES6 with polyfill for async await, Webpack, dev server with hot-module-reloading. Spicy 🔥
trafficstars
webpack-babel-boilerplate
ES6 with polyfill for async await, Webpack, dev server with hot-module-reloading. Spicy 🔥
Install
git clone https://github.com/sweetcoco/webpack-babel-boilerplate.git your-app # change your-app to the name of your project
cd your-app
git remote remove origin
# edit the package.json, then continue on
npm install
npm run dev
Build for prod
npm run build
Quick Note
This boilerplate assumes your app code lives in /src.
/src contains some sample code to show es6 features.