Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

hello-mvc

scottpreston15MIT0.1.1

a simple comparision of MV* frameworks.

MV*, javascript frameworks, todomvc

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