0.1.1 • Published 8 years ago

hello-mvc v0.1.1

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

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