A simple prototype for making adjustments to dresses
npm install
bower install
grunt serve
grunt build
will create adist
directory to be placed on production server- Directory structure isn't ideal IMO, but follows the Yeomen style. Follow it for the build process to go smoothly
- Try to use directives as components where possible
- No effort has gone into the client model, so everything is jammed in the controller (this is a prototype).
- This project should be thrown out if going to build the real thing. Lots of shortcuts taken to get the prototype built quickly.