Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 336 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 336 Bytes

Video Streaming Service

To start the project follow below steps:

  • Install NodeJS, if not installed (Require Node version >= 8.0.0)
	$ wget -qO- https://deb.nodesource.com/setup_10.x | bash -
	$ sudo apt-get install -y nodejs
  • To build the application
	$ yarn
  • To run the application
	$ yarn start