Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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