Skip to content

Latest commit

 

History

History
52 lines (39 loc) · 1.13 KB

README.md

File metadata and controls

52 lines (39 loc) · 1.13 KB

Rapid Prototyping boilerplate

Using ES6 and babelify transform

Dependencies

  • babelify
  • budo
  • dat-gui
  • garnish
  • stats-js
  • three
  • three-orbit-controls
  • watchify

Rapid proto command line tool

NPM version Downloads js-standard-style

Install

Need to install globally in order to have the command available everywhere.

[sudo] npm -g install rapid-proto
Full Documentation

https://github.com/silviopaganini/rapid-proto

Usage:

rp nameOfThePrototype

Or just checkout the repo and start the server

git clone 
npm install 
npm start

credits

@mattdesl