Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 239 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 239 Bytes

Twilio Hackathon 2020

Globaly installed packages

sudo npm i twilio @nestjs/cli @angularcli -g

Frontend

Setup

cd frontend
npm i
npm start

Backend

Setup

cd backend
npm i
npm start