https://github.com/fiftin/spreecommerce-demo
Spree Commerce 3.0 Demo
https://github.com/fiftin/spreecommerce-demo
spree spree-commerce spree-ecommerce spreecommerce
Last synced: about 1 year ago
JSON representation
Spree Commerce 3.0 Demo
- Host: GitHub
- URL: https://github.com/fiftin/spreecommerce-demo
- Owner: fiftin
- Created: 2016-09-26T10:14:57.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-12-09T14:33:28.000Z (over 7 years ago)
- Last Synced: 2025-02-09T07:32:28.766Z (over 1 year ago)
- Topics: spree, spree-commerce, spree-ecommerce, spreecommerce
- Language: JavaScript
- Homepage: https://spreecommerce-demo.herokuapp.com
- Size: 6.92 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

Source code of website which demonstrates abilities of [Spree Commerce 3.0](https://github.com/spree/spree/tree/3-0-stable) engine on Rails 4.2.
The demo website includes next extensions:
* [spree_amazon_like_dropdown](https://github.com/fiftin/spree_amazon_like_dropdown/tree/3-0-stable) — Amazon-like dropdown menu
* [spree_add_to_cart_ajax](https://github.com/fiftin/spree_add_to_cart_ajax/tree/3-6-stable) — Add item to cart with using AJAX
### How to run?
```
git clone https://github.com/fiftin/spreecommerce-demo
cd spreecommerce-demo
rake db:migrate
rails server
```