2.10.0 • Published 10 months ago

rtv-ui v2.10.0

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

RTV UI

Remote TV management UI

Development

In the project directory, you can run:

npm run dev

Runs the app in the development mode.\ Open http://localhost:3001 to view it in the browser.

Build

npm run build

Builds the app for production to the build folder.\ It correctly bundles React in production mode and optimizes the build for the best performance.

Configuration

REACT_APP_API_URL

Specifies the apiUrl of rtv-client

REACT_APP_API_URL=/api - when app is built for production using npm run build REACT_APP_API_URL=http://localhost:3000/api - When app is executed in dev mode using npm run dev