# bootstrap-single-page shop.js app example
an example using bootstrap (with a tiny bit of vanilla css)
## build bundle
bundle the javascript
### using webpack
the config is provided, simply run
`webpack`
### using browserify
`browserify js/app.js -o js/bundle.js`