0.0.11 • Published 2 years ago

typescript-react-embedded-widget-starter v0.0.11

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

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