Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 377 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 377 Bytes

RVNBOX Scaffold Node

Setup

  1. Install rvnbox-sdk globally
    • npm install rvnbox-sdk --global
  2. Scaffold an Angular app w/ RVNBOX web bindings
    • rvnbox new myApp --scaffold node
  3. cd in to the newly created app
    • cd myApp
  4. Install dependencies
    • npm install
  5. Start the app
    • npm start
  6. Win