- Install
rvnbox-sdk
globallynpm install rvnbox-sdk --global
- Scaffold an Angular app w/ RVNBOX web bindings
rvnbox new myApp --scaffold angular
cd
in to the newly created appcd myApp
- Install dependencies
npm install
- Start the app
npm start
- Open a browser to
http://localhost:3000/
- Win