grantzou / es6-modules-with-webpack-tutorial

A tutorial on using ES6 modules with Webpack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

es6-modules-with-webpack-tutorial

A tutorial on using ES6 modules with Webpack.

Build:

  1. Make sure you have webpack installed (npm install -g webpack)
  2. Run npm install to install babel-loader and underscore
  3. Execute webpack
  4. View index.html in a browser

Branches:

  • master
  • mocha-chai: automated testing setup with Mocha, Chai, and Webpack. Place your tests in the src folder in .test.js files. Run your tests with the command npm run test.

About

A tutorial on using ES6 modules with Webpack


Languages

Language:JavaScript 75.4%Language:HTML 24.6%