a simple comparision of MV* frameworks.
npm install hello-mvcTo use:
``bash``
git clone https://github.com/scottpreston/hello-mvc.git
npm install
npm start
or for NPM (this for now focusing on apps not npm)
`bash``
npm install hello-mvc
mv node_modules\hello-mvc hello-mvc
rm -fr node_modules
cd hello-mvc && npm install
npm start