Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 584 Bytes

File metadata and controls

22 lines (15 loc) · 584 Bytes

typescript-twilio-auth

TypeScript project in nodejs Express which is about phone number authentication using Twilio as sms service and mongoDB as a database

Shout out to my bro Verdotte for making easy explanation in this article

PROJECT SETUP

npm install

Compiles and hot-reloads for development

npm run dev

Compiles and minifies for production

npm run build && npm start