- You need to have node.js installed in order to install and run WEBMAIL CLIENT APP
- Open command prompt and run:
npm install
- Run next command in command prompt:
npm run tsc
- it will run TypeScript compiler and stay active for watching changes on .ts files - Open another command prompt and run:
npm start
- it will start the nodejs server with livereload for watching file changes