Welcome to Videogular 2 Starter!
You need to have Node.js and npm
- Support Node v4 - latest
- Support npm v3 - latest
Install:
npm install
Start development server:
npm start
Build app for development:
npm run build
Start production server:
npm run start:prod
Build app for production:
npm run build:prod
MIT