0.4.1 • Published 9 years ago

xpression v0.4.1

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
9 years ago

Xpression

lightweight, simple, elegant framework for building mean applications

Build Status npm version

Installation

npm install xpression --save

Getting Started

First, generate the template for your mean web application:

xpression init

Then, just start the web application:

node ./app

See our Wiki for more details on using Xpression.