Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 590 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 590 Bytes

10T Command Center UI

API & Frontend defaults

REACT_APP_DASH_URL=http://localhost:5000

Getting the app running locally, after you've setup you .env of course. Also included some helper scripts for linting, and type checking.

# clone it
~$ git clone <project-ssh-uri>

# install deps
~$ npm install

# starting the app
~$ npm run start

# linting
~$ npm run lint

# check types
~$ npm run checkTs

# build the app for prod
~$ npm run build

Helpful Links