Demo Store

By Andrew Thul.

Description

Demo Store is a simple demo app with a scaffold built blog-style "products" page. Basic Zurb Foundation styling throughtout. Enjoy!!!

Installation

clone project from github

cd the 'store' folder in your command line:

cd store

Run bundler to install necessary gems:

bundle install

Push to Heroku or other hosting site to go live: https://devcenter.heroku.com/articles/quickstart

Or run a local server on your own computer:

rails server

Open a browser and search for URL:

localhost:3000/products/

to explore the blog forms.

Usage

Use as a template for an app using a basic database form and Zurb Foundation styling.

Known Issues

If you discover any bugs, feel free to create an issue on GitHub fork and send us a pull request.

Authors

...based on RailsCast #417.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

License

MIT License