xpression

lightweight, simple, elegant framework for building mean applications

Usage no npm install needed!

<script type="module">
  import xpression from 'https://cdn.skypack.dev/xpression';
</script>

README

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.