/re-space-ui

Primary LanguageTypeScript

re-space-ui

Logo

Run in Local

  1. Clone this repo
  2. Install dependencies
$ npm install
  1. Export API URL
$ export API_URL=https://xxx
  1. Run app
$ npm run dev

Build App

  1. Build app
$ npm run build
  1. Run app
$ npm run start