Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 625 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 625 Bytes

image

image

Web

cd web/
npm install package.json
ng serve --open

Mobile -> not implemented yet

cd mobile/
npm install package.json
ionic serve

Node server

cd backend/
npm install package.json
node server

Helpful links