financialtransactions
v1.0.0
Published
A tutorial on using ES6 modules with Webpack.
Readme
es6-modules-with-webpack-tutorial
A tutorial on using ES6 modules with Webpack.
Build:
- Make sure you have
webpackinstalled (npm install -g webpack) - Run
npm installto install babel-loader and underscore - Execute
webpack - View
index.htmlin a browser
Branches:
mastermocha-chai: automated testing setup with Mocha, Chai, and Webpack. Place your tests in thesrcfolder in.test.jsfiles. Run your tests with the commandnpm run test.
