/browserify-example

a bare-bones, no-bullshit example of using browserify to dev + build a static demo

Primary LanguageHTMLMIT LicenseMIT

This is a fork of @mattdels's simple Browserify starter kit and it's slightly changed to my likings.

Simple setup:

git clone https://github.com/nicknikolov/browserify-example
cd browserify-example
npm install
npm run start # live reload server
npm run build # builds+uglifies javascript into bundle.js

For more info check the original repo.

TODO:

  • add what is different...