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