• Stars
    star
    120
  • Rank 295,983 (Top 6 %)
  • Language
    TypeScript
  • Created about 6 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

About

Repository created for the Typescript with node and Express.Js article in Medium.

Minimal boilerplate to start a Express.js project using TypeScript.

For more information check out the article:

https://medium.com/@gardikoury/eb6bc73edd5d

Quick Start

To install this dependency use:

npm install

To run ther server in development mode:

npm run dev

To run ther server in production mode:

npm run prod