Skip to content

nbw/opz-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OP-Z Starter

OP-Z starter for opzjs

Usage

Assumes you've installed Node and NPM.

Uses browserify to compile assests into a single file.

open index.html

Install

  1. Node and NPM
  2. Install browserify
npm install -g browserify
  1. Install deps (mostly Babel)
npm install
  1. Build script.js (OPTION 1)
npm run build
  1. Auto-build with (OPTION 2)
npm run watch

Auto-build uses watchify.

Contributions

Contributions are welcome, especially for bugs.

About

Starter Repo for OP-Z

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published