andyhaskell / webpack-mocha-tutorial

Code from my webpack tutorial at https://medium.com/@AndyHaskell2013/webpack-from-0-to-automated-testing-4634844d5c3c
MIT License
7 stars 5 forks source link

webpack mocha tutorial code

This is the repository for my webpack tutorial. You can try out the web app by cloning this repository, running yarn install, running yarn build, and then opening index.html in your browser.

The commit history for this web app can be used for following along with the tutorial.