admjacqus / drawType_webpack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

Click here for further documentation.

About


Languages

Language:JavaScript 93.4%Language:CSS 6.6%