TypeFramework is a MVC Web Framework that makes it easy to build enterprise-grade NodeJS apps using TypeScript.
Install the latest stable release of TypeFramework:
$ sudo npm install -g typeframework-cli
Note: Don’t use sudo
if you’re using Windows.
Create a new app:
$ tfw new testProject
Run your app:
$ cd testProject
$ tfw start
And Voilà, your application has started. Visit http://localhost:3000 and you should see the default homepage.
You can also view live examples here:
TypeFramework is actively built and maintained by Zeke Kievel
MIT License
Copyright © 2012-2014 Le Vu (Zeke Kievel)