This project uses Microsoft Live Share to enable a collaborative code sandbox in Teams.
To test the project locally, first install the npm packages and then start the app.
npm install
npm run start
yarn install
yarn start
Compress the inner contents of the teams-app-package folder into a .zip file and upload as a custom app to Teams.
Note: Do not compress the teams-app-package folder itself.
- Sandpack is used for real-time app bundling and hot-reloading.
- Monaco editor is used as the code text editor.
- Microsoft Live Share for synchronization in Teams.
- Fluid Framework for powering Live Share and Monaco sample inspiration.
- Fluent UI for a solid React component library.
Licensed under the MIT License, except for dependencies which have various licenses.