Skip to content

chuvpilo/nodejs-express-typescript-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node.js + Express + Typescript Boilerplate App

Instructions

First, make sure you have Node.js, Typescript, and typings installed.

Next, run these commands:

$ git clone https://github.com/chuvpilo/nodejs-express-typescript-boilerplate
$ cd nodejs-express-typescript-boilerplate
$ npm install
$ typings install

Now, run the app:

$ node app.js

You will need to configure to complile Typescript to JavaScript either in your IDE, such as WebStorm, or using Grunt, which is nicely described in this post.

Enjoy! :)

-Gleb

About

Node.js + Express + Typescript Boilerplate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published