ts-framework

0.2.6 • Public • Published

Welcome to TSFramework

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

NPM version

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

Package Sidebar

Install

npm i ts-framework

Weekly Downloads

5

Version

0.2.6

License

MIT

Last publish

Collaborators

  • jhonmike