alliance
v0.0.20-alpha.26
Published
TypeScript Framework
Downloads
70
Readme
Alliance
Alliance is a TypeScript framework for Node.js based on Express, Sequelize and Handlebars.
Alliance is currently in pre-alpha stage, no release versions are available!
Installation
To install the latest version with the command-line tool:
$ npm install alliance -g
Creating a New Alliance Project
Create a new app:
$ cd /var/www/myproject
$ alliance init
Now fire up the server:
$ alliance run --debug
At this point, if you visit (http://localhost:9000/) you will see the default home page.