Git Product home page Git Product logo

backbone-poc's Introduction

Backbone POC

Install

First, install Vagrant

Then, from a shell:

git clone git://github.com/coopernurse/backbone-poc.git
cd backbone-poc
vagrant box add base http://files.vagrantup.com/lucid32.box
vagrant up
vagrant ssh
cd /vagrant  (this will take you to the dir containing this README.md on the VM)

To stop the vm:

vagrant halt

Once you're logged in, use make to start/stop the dev server, and run tests:

# build all files
mkdir docs
make all

# clean all generated files
make clean

# start / stop dev server
#
# server can be reached at: http://192.168.33.10:8080/
#
make start
make stop

# run all tests via phantom
make phantom

# run a single test
make phantom-single TEST=login_test

# 'watch' all .coffee files, and rebuild client .js on changes
make watch

# 'watch' a single test file and all src files. rebuilds .js and runs single test on changes.
make watch-phantom-single TEST=login_test

# restart dev server and watch a test
make stop; make start; make watch-phantom-single TEST=login_test

# translate Barrister .idl to .json
make barrister

backbone-poc's People

Contributors

coopernurse avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

vbolishetty

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.