Read more at https://www.hackster.io/RONDAGDAG/virtual-reality-angular-aframe-2-starter-6264a5
Checkout all my AR/VR with IoT Experiments at https://www.hackster.io/RONDAGDAG/projects
Welcome to Angular 2 Starter! based from Raúl Jiménez [email protected] https://github.com/videogular/angular-connect-demo
You need to have Node.js and npm
- Support Node v4 - latest
- Support npm v3 - latest
Install:
npm installStart development server:
npm startBuild app for development:
npm run buildStart production server:
npm run start:prodBuild app for production:
npm run build:prodMIT