This repository contains me learning Typescript implementation on Express JS. Feel free to clone.
Pre Requirities:
- Download latest version of Typescript
- Download Node JS
- Run
npm installin the root of this project.
NPM Scripts:
npm startwill start the server that located on /dist/index.jsnpm run devwill start the development server that located on /src/index.tsnpm buildwill compile all typescript files into javascript