Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 11 days 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 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-10T13:55:16.000Z (3 months ago)
- Last Synced: 2024-10-18T12:59:15.987Z (3 months 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[![Open in Visual Studio Code](https://img.shields.io/static/v1?logo=visualstudiocode&label=&message=Open%20in%20Visual%20Studio%20Code&labelColor=2c2c32&color=007acc&logoColor=007acc)](https://open.vscode.dev/kyaukyuai/TypeScript-React-Embedded-Widget-Starter)
[![Renovate enabled](https://img.shields.io/badge/renovate-enabled-brightgreen.svg)](https://renovatebot.com/)
[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/kyaukyuai/typescript-react-embedded-widget-starter/issues)
![License](https://img.shields.io/badge/license-MIT-blue.svg?maxAge=43200)## 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