....
git clone https://github.com/cikay/digiterra-mqtt-challange.git
Go to backend
directory
cd backend
Install dependencies
npm i
Run
npm start
Go to frontend
directory(make sure you are in project root directory)
cd frontend
Install dependencies
npm i
Run
npm start