This project was built using Create React App. Please refer to its documentation:
- Getting Started – How to create a new app.
- User Guide – How to develop apps bootstrapped with Create React App.
-
Install
nodejsandyarn. -
Clone this project and change into the project folder.
-
Install dependencies.
yarn install
- Start with
VIDISPINE_URL(default:http://localhost:8080)
VIDISPINE_URL='https://example.myvidispine.com' yarn start
- Open http://localhost:3000/ in a browser.
- Compile the application locally.
yarn build