Skip to content

RyanSchw/dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dashboard

Running the client

cd client/
npm start

Running the server

cd server/
npm start

Postman fix

Due to this issue, run the following to get the IP address for Postman. Set that value in client/src/config.ts (WS_URL value).

ip addr show eth0 | grep -oP '(?<=inet\s)\d+(\.\d+){3}'

About

Dashboard for my apartment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published