Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 358 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 358 Bytes

Js Modules with Webpack

Interested in learning webpack2?

Getting Started

Checkout this repo, install dependencies, then start the gulp process with the following:

> git clone https://github.com/CollectiveLearning/js_modules.git
> cd js_modules
> npm install
> npm run build