Skip to content

RajLabs/10TControlCenter

Repository files navigation

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



About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published