Skip to content

videogular/angular-connect-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5da41c3 · Sep 28, 2016

History

12 Commits
Sep 28, 2016
Sep 27, 2016
Sep 27, 2016
Sep 27, 2016
Sep 27, 2016
Sep 27, 2016
Sep 27, 2016
Sep 27, 2016
Sep 27, 2016
Sep 27, 2016
Sep 27, 2016
Sep 27, 2016

Repository files navigation

Videogular 2 Starter

Introduction

Welcome to Videogular 2 Starter!

Prerequisites

You need to have Node.js and npm

  • Support Node v4 - latest
  • Support npm v3 - latest

Installation

Install:

npm install

NPM commands

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

License

MIT