hello-mvc
v0.1.1
Published
a simple comparision of MV* frameworks.
Downloads
3
Maintainers
Readme
An example site for basic JavaScript MV* comparison.
To use:
git clone https://github.com/scottpreston/hello-mvc.git
npm install
npm start
or for NPM (this for now focusing on apps not npm)
npm install hello-mvc
mv node_modules\hello-mvc hello-mvc
rm -fr node_modules
cd hello-mvc && npm install
npm start