Skip to content

zsolt-nagy/es6-modules-with-webpack-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published