Welcome to TSFramework
TSFramework is a Web Framework that makes it easy to build enterprise-grade NodeJS apps using TypeScript.
Installation
Install the latest stable release of TSFramework:
$ sudo npm install -g tsfw-cli
Note: Don’t use sudo
if you’re using Windows.
Create a New TSFramework Project
Create a new app:
$ tsfw new testProject
Run your app:
$ cd testProject
$ tsfw start
And Voilà, your application has started. Visit http://localhost:3000 and you should see the default homepage.
Documentation
TSFramework
Team
TSFramework is actively built and maintained by Jhon Mike
License
MIT License
Copyright © 2016