Skip to content

2892931976/WebPack-ES6-Demo

Repository files navigation

webpack ES6 demo

A small demo project that shows how to use webpack for client-side development in ECMAScript 6.

Installation

  • Install node
  • run npm install

Usage

  • npm run watch to start Webpack in watch mode - will recompile when you change a file.
  • open index.html in a browser.
  • Change or add files in es6 folder. main.js is the entry point.
  • Reload the browser when you have made a change.

About

Webpack-Babel loader Demo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published