This set of changes will allow everyone to concentrate on building and testing a module that will be part of the single page app.
It provides a starting folder structure in the client directory, including an index.html and index.js that will be the entry point for the browserified code.
It has a vendor module that provides backbone and its dependencies.
For testing, it adds karma as a test runner and a working gulpfile.
All of the necessary dependencies have been added to package.json.
This set of changes will allow everyone to concentrate on building and testing a module that will be part of the single page app.
It provides a starting folder structure in the client directory, including an index.html and index.js that will be the entry point for the browserified code.
It has a vendor module that provides backbone and its dependencies.
For testing, it adds karma as a test runner and a working gulpfile.
All of the necessary dependencies have been added to package.json.