/react-dashboard

Primary LanguageTypeScriptMIT LicenseMIT

Usage

  1. Install the dependencies
yarn
  1. copy .env.example tp .env
cp .env.example .env

Development

Run and visit http://127.0.0.1:3000/

yarn dev

Build

To build the App, run

yarn build