README
Xpression
lightweight, simple, elegant framework for building mean applications
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.