Skip to content

RyanS/jsapp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JS App

It's an app. With JavaScript.

git clone git://github.com/jcoglan/jsapp.git
bundle install
cd jsapp
git submodule update --init --recursive
cd vendor/js.class
jake
cd ../..

cucumber features #make sure to start up terminus first
  vendor/terminus/bin/terminus
  open 127.0.0.1:7004
node spec/console.js
open spec/browser.html
phantomjs spec/phantom.js #note make sure you have phantomjs 1.2 installed

Software used

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 86.7%
  • Perl 10.4%
  • Ruby 2.9%