Skip to content

ES6 with polyfill for async await, Webpack, dev server with hot-module-reloading. Spicy 🔥

Notifications You must be signed in to change notification settings

nikandfri/webpack-babel-boilerplate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

ES6 with polyfill for async await, Webpack, dev server with hot-module-reloading. Spicy 🔥

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 93.4%
  • CSS 6.6%