Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 576 Bytes

readme.md

File metadata and controls

17 lines (12 loc) · 576 Bytes

Typescript - Express JS

This repository contains me learning Typescript implementation on Express JS. Feel free to clone.

Pre Requirities:

Development Environment

  1. Download latest version of Typescript
  2. Download Node JS
  3. Run npm install in the root of this project.

NPM Scripts:

  1. npm start will start the server that located on /dist/index.js
  2. npm run dev will start the development server that located on /src/index.ts
  3. npm build will compile all typescript files into javascript