A sample application to play around with Breakfast
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
app
bin
config
db
lib/tasks
log
public
test
tmp
.gitignore
Gemfile
Gemfile.lock
LICENSE.txt
README.md
Rakefile
brunch-config.js
config.ru
package.json
yarn.lock

README.md

Breakfast Demo Application

This is simple demo application that you can quickly run to play around with Breakfast.

To get started clone the repo and run the setup command:

git clone git@github.com:devlocker/breakfast_example_app
./bin/setup

Now just start the Rails server with bin/rails s.

Requirements

You will need to have Ruby 2.3.1 installed and a Node version >= 4.1.1.