FormidableLabs/notes

Name: notes

Owner: Formidable

Description: Sample applications, tests, and examples for Backbone.js.

Created: 2014-03-18 22:18:56.0

Updated: 2015-07-30 07:40:07.0

Pushed: 2014-11-14 18:12:59.0

Homepage: http://formidablelabs.github.io/notes/full/amd/app/

Size: 4197

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Notes

Sample applications, tests, and examples for Backbone.js.

Introduction

Notes is a simple personal note manager web application, written for the book Backbone.js Testing. This project introduces situation-specific versions of the application and tests to demonstrate an exemplary modern frontend web project - including the infrastructure, application and full test suite.

Installation

First, follow the instructions in INSTALL.md to get all of the core technologies needed for any parts of this project.

Then, clone this directory or fork your own version of the repository:

 /PATH/TO/REPOS/
t clone https://github.com/FormidableLabs/notes.git
Projects

From there, you can find a sub-project (skeleton or full example) and follow the further instructions there.

Build

We test all changes with Travis CI. Here's our current build status:

Build Status

Development

The project assumes a REST backend, but has a localStorage version of the full and skeleton apps available by editing:

useLs = true; // Use LocalStorage?

in the root gulpfile.js, and then running:

lp replace:backend
lp

The gh-pages branch (which also stores built files to source for serving) has this option enabled.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.