https://github.com/purecloudlabs/iframe-coordinator
Iframe Coordinator
https://github.com/purecloudlabs/iframe-coordinator
Last synced: over 1 year ago
JSON representation
Iframe Coordinator
- Host: GitHub
- URL: https://github.com/purecloudlabs/iframe-coordinator
- Owner: purecloudlabs
- License: mit
- Created: 2018-04-17T20:47:41.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2025-03-26T06:10:02.000Z (over 1 year ago)
- Last Synced: 2025-03-30T06:05:52.566Z (over 1 year ago)
- Language: TypeScript
- Size: 4.86 MB
- Stars: 26
- Watchers: 11
- Forks: 22
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Iframe Coordinator Monorepo
## Getting Started
There is no need to run commands within each of the packages, setup can be done in the root monorepo directory (the parent directory of this README)
- `npm install`
- installs each of the packages and in the example client app
- `npm run build`
- builds each of the packages and in the example client app
## Running the example app locally
The apps can be run locally as a demo embedded in the ifc-cli host. To do so you'll need to run the following
commands from the iframe-coordinator-monorepo project root (the parent directory of this README):
`npm install`
`npm run build`
`npm run start-client-example`
You can then see the apps embedded in a host at http://localhost:3000/#/app1 and http://localhost:3000/#/app2