Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rosylilly/dicer-example

Auction Application Sample
https://github.com/rosylilly/dicer-example

Last synced: 5 days ago
JSON representation

Auction Application Sample

Awesome Lists containing this project

README

        

# Dicer Example Rails application

[Dicer](https://github.com/rosylilly/dicer) のサンプルアプリケーションです。

## Run application

```shell
$ git clone git://github.com/rosylilly/dicer-example.git
$ cd dicer-example
$ bundle install
$ npm install -g bower
$ bundle exec rake bower:install
$ bundle exec rake db:migrate
$ bundle exec rails server
```