Skip to content

dominikstrasser/node-typescript-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-typescript-starter

A very simple starter for nodejs using typescript

  • clone
  • npm install
  • npm start

how to...

There are typings for almost every common npm module (at least the ones i use) If you install something just look for the @types/*moduleName* package.

Example:

npm install --save express @types/express 


import * as express from 'express';
const app = express();

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published