Skip to content

shah-smit/live-stream-hack

Repository files navigation

LiveVideo

Build Status

Prerequisite

  • Node v7.4.0
  • Angular-Cli v1.3.0

Setup

  • Clone the repository
  • go to the directory
  • perform npm install

Run the project

  • perform ng serve

Deployment

  • ensure that the command ng build -prod is being excuted without any error.

Test Driven Development

  • Every helper-method written must have a test associated with it.
  • Ensure to perform ng test before making a pull-request

Contributors