This is a simple web messenger implementation built with TypeScript, Scss preprocessing and rendering using Handlebars features.
I built ui based on the following prototype
The app is deployed on netlify
npm i
- install all dependencies,npm run dev
— run the app on dev server,npm run test
— run tests,npm run build
— build app dist,npm run start
— start server on port 3000