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
- Host: GitHub
- URL: https://github.com/prettymuchbryce/typescript-nodejs-starter
- Owner: prettymuchbryce
- Created: 2013-11-01T18:24:05.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-11-01T21:08:13.000Z (over 12 years ago)
- Last Synced: 2025-03-17T16:55:47.732Z (over 1 year ago)
- Language: JavaScript
- Size: 117 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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