App to manage a store among several users.
More information on the Features page and on the User stories page
To have the webapp works properly, you will have to install Yeoman. More informations on this can be found here.
Once installed, go to the src/main/webapp folder and launch :
yeoman install
It will download every dependencies located in component.json file, and install it in app/components/ directory.
Once done, you can start playing with crowd-store by simply launching live reload server :
yeoman server