Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 320 Bytes

README.md

File metadata and controls

44 lines (29 loc) · 320 Bytes

training-feedback-dashboard

Cloud Native app from scratch

Installing

Frontend

npm install

Backend

npm install

Running

Frontend

DEBUG=frontend:* npm start

Backend

DEBUG=frontend:* npm start

Testing

Frontend

npm test

Backend

npm test