https://github.com/compulim/template-webchat-customization
https://github.com/compulim/template-webchat-customization
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/compulim/template-webchat-customization
- Owner: compulim
- Created: 2023-10-21T18:11:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-17T18:43:30.000Z (11 months ago)
- Last Synced: 2025-02-17T13:11:22.412Z (3 months ago)
- Language: TypeScript
- Size: 141 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# `template-webchat-customization` on GitHub Actions
Set up a new repo with latest version of [`react`](https://reactjs.org/), [`esbuild`](https://esbuild.github.io/), and [Bot Framework Web Chat](https://github.com/microsoft/BotFramework-WebChat) installed. Also deploy to GitHub Pages on every commit.
## Background
We want to quickly build a very simple React app as a static website using [`esbuild`](https://esbuild.github.io/) and hosted on GitHub Pages:
- [x] Static website
- [x] TypeScript friendly
- [x] `npm run build` for production
- [x] `npm start` for development server
- [x] [GitHub Codespaces](https://docs.github.com/en/codespaces) friendlyIt is impossible to build an unopinionated scaffold. We try to keep things down to a minimal so you can choose what you want.
## How to use
To get started, [use this template to create a new repo](https://github.com/compulim/template-webchat-customization/generate).
After you created a new repo, wait awhile and refresh this page for next steps.