Skip to content

capejs/greeter-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Greeter - A demo app for capejs-rails gem

This is the Git repository for Greeter, which is a simple application created using Cape.JS and Ruby on Rails.

By reading its source code, you can learn how to construct Single Page Applications (SPAs) combining the Cape.JS as front-end framework with the Rails as back-end framework.

Requirements

  • Ruby 2.2.2 or higher
  • Node 5.5 or higher

Getting Source Code

Using wget and unzip

$ wget https://github.com/capejs/greeter-demo/archive/master.zip
$ unzip master.zip
$ mv greeter-demo-master greeter-demo

Using git

$ git clone git://github.com/capejs/greeter-demo.git

Setting up and starting the server

Run following commands on the directory that the file README.md exists on.

$ cd greeter-demo
$ bin/bundle
$ bin/rails db:setup
$ bin/rails s

Usage

Open http://localhost:3000 with your browser.

References

  • A tutorial based on the source code of this application.
  • Another demo app using Cape.JS and Ruby on Rails.

License

Greeter is released under the MIT License.

About

Greeter - A demo app using capejs-rails gem

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published