Learn React Redux

This repo contains the minimum code required to setup React Redux

How to install

  1. yarn install
  2. yarn dev to run in development mode with watched files

How to develop

  1. Use .ts file extension for Typescript file
  2. Use .tsx file extension for Typescript file that has React syntax

How to build & deploy

  1. yarn install
  2. yarn lint
  3. yarn build
  4. Load the build/widget.js in your server