startersacademy / fullstack-project-01

Learning Management System
MIT License
0 stars 5 forks source link

Baseline for writing single page app #49

Closed jadedsurfer closed 9 years ago

jadedsurfer commented 9 years ago

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.

treyhunner commented 9 years ago

:+1: