Skip to content

ApiRTC/react-ui-library-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started with React UI Library Demo

Demo website build with React to show how ApiRTC's UI React Components work.

This project was bootstrapped with Create React App.

Clone the project

Get dependencies

Run npm install

Run the app

yarn start to run the app in the development mode.

Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

Run tests

yarn test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

Build

yarn build

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

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

Deploy to github page

After yarn build, just git add docs/*, commit and push the changes to github !