https://github.com/ekaansharora/remix-uikit-demo
An Agora Web UIKit Demo built with Remix that uses loader functions for tokens
https://github.com/ekaansharora/remix-uikit-demo
Last synced: about 2 months ago
JSON representation
An Agora Web UIKit Demo built with Remix that uses loader functions for tokens
- Host: GitHub
- URL: https://github.com/ekaansharora/remix-uikit-demo
- Owner: EkaanshArora
- Created: 2022-04-01T17:25:37.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-01T17:29:23.000Z (about 3 years ago)
- Last Synced: 2025-02-03T14:47:19.215Z (3 months ago)
- Language: TypeScript
- Size: 84 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Use Agora UIKit with Remix
- [UIKit](https://github.com/AgoraIO-Community/Web-React-UIKit/)
- [Remix Docs](https://remix.run/docs)## Development
Rename `.env.example` to `.env` and add your Agora App ID and App Certificate to it, like so:
```env
APP_ID=c0cXXXXXXXXXXXX...
CERTIFICATE=c18XXXXXXXXXXXX...
```From your terminal:
```sh
npm run dev
```This starts your app in development mode, rebuilding assets on file changes.
## Deployment
First, build your app for production:
```sh
npm run build
```Then run the app in production mode:
```sh
npm start
```Now you'll need to pick a host to deploy it to.