Favro / meteor-typescript-example

Example of Meteor project using TypeScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Example of Meteor project using TypeScript


Languages

Language:TypeScript 62.2%Language:HTML 28.3%Language:JavaScript 6.6%Language:CSS 2.9%