https://github.com/kyaukyuai/typescript-react-embedded-widget-starter
TypeScript-React-Embedded-Widget-Starter
https://github.com/kyaukyuai/typescript-react-embedded-widget-starter
babel embedded react sdk storybook styled-components typescript webpack widget
Last synced: 8 months ago
JSON representation
TypeScript-React-Embedded-Widget-Starter
- Host: GitHub
- URL: https://github.com/kyaukyuai/typescript-react-embedded-widget-starter
- Owner: kyaukyuai
- License: mit
- Created: 2022-09-18T13:39:09.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-10T13:55:16.000Z (about 1 year ago)
- Last Synced: 2024-10-18T12:59:15.987Z (about 1 year ago)
- Topics: babel, embedded, react, sdk, storybook, styled-components, typescript, webpack, widget
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/typescript-react-embedded-widget-starter
- Size: 845 KB
- Stars: 7
- Watchers: 3
- Forks: 4
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
typescript-react-embedded-widget-starter
[](https://open.vscode.dev/kyaukyuai/TypeScript-React-Embedded-Widget-Starter)
[](https://renovatebot.com/)
[](https://github.com/kyaukyuai/typescript-react-embedded-widget-starter/issues)

## DEMO

## Features
- Obfuscating of the code
- CDN support
```html
```
## Running the widget
### Install dependencies
```bash
$ yarn install
```
### Start the development server
```bash
$ yarn dev
```
### Production build
```bash
yarn build
```
## Road map
- [ ] Unit Tested with code coverage enabled
- [ ] Continuous Integration ready