OP-Z starter for opzjs
Assumes you've installed Node and NPM.
Uses browserify to compile assests into a single file.
open index.html
- Node and NPM
- Install browserify
npm install -g browserify
- Install deps (mostly Babel)
npm install
- Build script.js (OPTION 1)
npm run build
- Auto-build with (OPTION 2)
npm run watch
Auto-build uses watchify.
Contributions are welcome, especially for bugs.