Skip to content

WohligTechnology/RTMP-video

Repository files navigation

Frontend

Frontend is developed with AngularJS & Bootstrap 4

Command to run in dev:

# serve with hot reload at localhost:8080
grunt ui --target=frontend

Backend

Command to run in dev:

# will run backend at localhost:8081
grunt ui --target=backend

Server

Command to run in dev:

# runs server at localhost:1337
nodemon app.js

Production

Commands to build

# build for backend
grunt ui --target=backend --production

# build for frontend
grunt ui --target=frontend --production

RTMP-video

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published