Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 1.22 KB

README.md

File metadata and controls

38 lines (23 loc) · 1.22 KB

Backbone Skeleton RequireJs Build Status Dependency Status devDependency Status

Complete skeleton of a project using Backbone requireJs and tested via Jasmine Karma.

The application is a todo list with create, delete.

Techno use:

Install project in dev environnement:

Launch npm install

Call file index.html in server

Run tests karma:

Launch npm test for single-run For use the watcher launch karma start

See interface test:

Call file index_test.html in server

Run js lint:

Launch gulp js-cs-fixer

Install project in prod environnement:

Launch gulp And load file index_prod.html