Skip to content
Example app from March 2016 Unite Talk
Ruby HTML CSS CoffeeScript JavaScript
Branch: master
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
app add debugger and pageviews example Mar 21, 2016
bin create analytics api example app Mar 21, 2016
config add debugger and pageviews example Mar 21, 2016
db
lib create analytics api example app Mar 21, 2016
log
public
test
vendor/assets
.gitignore
Gemfile
Gemfile.lock
Rakefile create analytics api example app Mar 21, 2016
config.ru
readme.md

readme.md

Analytics API Example

Getting Started

install rbenv/ruby

install dependencies

bundle install

setup database

bundle exec rake db:migrate db:test:prepare

set app credentials

config/initializers/shopify_app.rb

start server

bundle exec rails s

You can’t perform that action at this time.