Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 479 Bytes

File metadata and controls

15 lines (11 loc) · 479 Bytes

Meteor with TypeScript example

This project is a stock Meteor example (todos) converted to use TypeScript.

For more details see https://github.com/Hansoft/meteor-typescript

For IDE-like features you can use Sublime Text with the official TypeScript plugin, or Visual Studio Code.

Note that this project uses git submodules, so be sure to use git clone --recursive, or run these commands if you did a non-recursive clone:

git submodule init
git submodule update