Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 620 Bytes

File metadata and controls

29 lines (18 loc) · 620 Bytes

Demo: Angular and Turbolinks together

Angular

Why?

As demo application for stackoverflow: http://stackoverflow.com/a/15488920/2066546

For the individual steps, take a look at the commits.

Versions

  • Rails 5.0
  • Angular 1.5.8

Setup

git clone git@github.com:fiedl/rails-5-angular-and-turbolinks-demo.git
cd rails-5-angular-and-turbolinks-demo.git
bundle install
bin/rails server

Next, visit http://localhost:3000.

License

(c) 2016, fiedl. MIT License.