An open API service indexing awesome lists of open source software.

https://github.com/prettymuchbryce/typescript-nodejs-starter

A simple starter project for Typescript/node.js
https://github.com/prettymuchbryce/typescript-nodejs-starter

Last synced: over 1 year ago
JSON representation

A simple starter project for Typescript/node.js

Awesome Lists containing this project

README

          

#Typescript/node.js Starter Template
> Everything you need to get going with Typescript/node.js on the server side.

###Installation steps
If you haven't already, install node/npm.

* Install grunt: `npm install grunt -g`
* Pull down this repository: `git clone --recursive git@github.com:prettymuchbryce/typescript-nodejs-starter.git`
* cd into the directory and install npm modules: `cd typescript-nodejs-starter && npm install`
* Open up the project in your text editor of choice: `subl .`
* Run the grunt watch task `grunt watch`. This will automatically compile any changes made.
* Make a change to the main.ts file, and save it. You will see the compiled file appear in the bin directory.
* Run the application with `node bin/main.js`

###Recommended sublime text plugin
Install the sublime text plugin for TypeScript: https://github.com/Railk/T3S