Remote TV management UI
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3001 to view it in the browser.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
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