Deploying a TypeScript, ExpressJS app into ElasticBeanstalk NodeJS server
- viet
- 19 May 2019
When people creating a new NodeJS project, let’s say using ExpressJS, the source code in default is JavaScript. However, what if you prefer TypeScript to keep the source code more consolidated? F
Read More