Skip to content

kyaukyuai/typescript-react-embedded-widget-starter

Repository files navigation

typescript-react-embedded-widget-starter

Open in Visual Studio Code Renovate enabled contributions welcome License

DEMO

Features

  • Obfuscating of the code

  • CDN support

    <script src="https://unpkg.com/typescript-react-embedded-widget-starter@latest/dist/embedded-widget.js"></script>

Running the widget

Install dependencies

$ yarn install

Start the development server

$ yarn dev

Production build

yarn build

Road map

  • Unit Tested with code coverage enabled
  • Continuous Integration ready