gtindo / tv-app

Small streaming tv app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TV APP

Free app for Watching tv online

How to use

Prerequiste :

  • Nodejs runtime (v10+)
  • npm or yarn installed

Installation:

  • get the source code :
git clone https://github.com/gtindo/tv-app
  • Install dependencies :
cd tv-app
npm install
  • Run in development mode:
npm run dev
  • Build for production:
npm run build
  • Run production server (after build):
npm run start
  • Generate static site:
npm run export

License

ISC

Author

G_T_Y

About

Small streaming tv app


Languages

Language:HTML 45.6%Language:CSS 35.4%Language:JavaScript 18.9%