https://github.com/delsner/vr-demo
https://github.com/delsner/vr-demo
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/delsner/vr-demo
- Owner: delsner
- Created: 2016-12-21T10:33:58.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-21T10:46:39.000Z (over 9 years ago)
- Last Synced: 2025-01-10T09:39:50.435Z (over 1 year ago)
- Language: TypeScript
- Size: 3.01 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Videogular 2 Starter
## Introduction
Welcome to Videogular 2 Starter!
## Prerequisites
You need to have [Node.js and npm](https://nodejs.org/en/)
- Support Node v4 - latest
- Support npm v3 - latest
## Installation
Install:
```bash
npm install
```
## NPM commands
Start development server:
```bash
npm start
```
Build app for development:
```bash
npm run build
```
Start production server:
```bash
npm run start:prod
```
Build app for production:
```bash
npm run build:prod
```
## License
MIT