/webpack-sandbox

Webpack Sandbox

Primary LanguageJavaScript

Webpack Sandbox

Installation (requires node and webpack)

# install the sandbox
git clone https://github.com/jordanpatton/webpack-sandbox.git
cd webpack-sandbox
npm install

# build the bundle
npm run-script build

# open public/index.html in your browser