0.2.1 • Published 10 years ago

typeframework v0.2.1

Weekly downloads
3
License
MIT
Repository
github
Last release
10 years ago

Welcome to TypeFramework

TypeFramework is a MVC Web Framework that makes it easy to build enterprise-grade NodeJS apps using TypeScript.

NPM version Build Status

Installation

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 TypeFramework Project

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.

View Live Examples

You can also view live examples here:

Team

TypeFramework is actively built and maintained by Zeke Kievel

License

MIT License

Copyright © 2012-2014 Le Vu (Zeke Kievel)