Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 318 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 318 Bytes

ECO Monitoring System

Server

cd backend/
npm install
npm start

Client

cd client/
yarn
yarn start

These commands will setup you live reloading development server.

Run

Before run you need build project. You can use Assembly -> Build project or use shortcut keys ctrl + shift + b