README
generator-wix-apps
Yeoman generator for creating Wix application, using Node, Express, MongoDB and AngularJS.
Yeoman generator
Getting Started
Install generator-wix-apps:
npm install -g generator-wix-apps
Make a new directory and cd
into it:
mkdir my-new-project && cd $_
Run yo wix-apps [yourAppName]
Run grunt serve
and visit localhost:3010 to test your new app
License
MIT