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 install
in the root of this project.
NPM Scripts:
npm start
will start the server that located on /dist/index.jsnpm run dev
will start the development server that located on /src/index.tsnpm build
will compile all typescript files into javascript