• Stars
    star
    101
  • Rank 338,166 (Top 7 %)
  • Language
    Ruby
  • Created over 7 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

An example of using create-react-app with Rails 5 API, ActiveAdmin, and Heroku

List of Ingredients

List of Ingredients

Update, 16 May 2018:

First off, thank you to everyone who has taken the time to give feedback, share their experiments, and star this repo. Since I finished it last year I joined Heroku, and with their help I've rewritten it to iron out the bugs, implement your feedback, and to include support for Rails 5.2.0, React Router, and Yarn.

You can also find latest repo, including a Heroku button you can automagically deploy with, here: https://github.com/heroku/list-of-ingredients

You can also find version 2.0 of the tutorial here: https://blog.heroku.com/a-rock-solid-modern-web-stack

Once again, I could not be more appreciative of your support and feedback. ๐Ÿ™Œ


This repo serves as a companion to the tutorial Rails 5 API + ActiveAdmin + create-react-app onย Heroku, over on Medium, and the end result should look something like this:

An example of the List of Ingredients app

Getting started

git clone https://github.com/superhighfives/list-of-ingredients.git
cd list-of-ingredients
bundle
cd client
npm install
cd ..
rake db:migrate
rake db:seed
rake start

Once you're ready to deploy to Heroku, run:

heroku apps:create
heroku buildpacks:add heroku/nodejs --index 1
heroku buildpacks:add heroku/ruby --index 2
git push heroku master
heroku run rake db:migrate
heroku run rake db:seed
heroku open

Success!

Suggestions, problems, typos?

Let me know in the issues.

More Repositories

1

pika

An open-source colour picker app for macOS
Swift
1,220
star
2

an-almost-static-stack

An example of using create-react-app to bridge the gap between static sites and single page apps
JavaScript
271
star
3

harp-gulp-browsersync-boilerplate

A ready-to-go Gulp and Harp set up that does auto css injection via BrowserSync.
JavaScript
61
star
4

i-will-never-let-you-go-archive

WebGL webcam mashup (archive)
JavaScript
60
star
5

react-three-playground

A playground for learning and experimenting with Three.js, built on top of create-react-app
JavaScript
57
star
6

releasecast

Tooling to help you get from .app to release
TypeScript
42
star
7

v1.charliegleason.com

The old charliegleason.com, which used Harp, Gulp and BrowserSync.
HTML
18
star
8

pack

A tool to view the scripts in your package.json
Go
18
star
9

testing-gulp-gh-pages

Part of a tutorial on using gulp-gh-pages.
JavaScript
11
star
10

sinatra-boilerplate

A standard Sinatra boilerplate, with Compass and Sass.
Ruby
8
star
11

tweetflight-server

Twitter karaoke (server)
Ruby
6
star
12

tweetflight-presentation

Tweetflight Presentation
JavaScript
4
star
13

stencil

A mico templating framework for rapidly developing PHP based sites
PHP
2
star
14

albumlove

A rails-based social network for sharing
Ruby
2
star
15

css-modules-react-jspm-example

An example of CSS Modules with React and JSPM.
JavaScript
2
star
16

tweetflight

A once-real-time-but-now-static Twitter-powered music video
CSS
1
star
17

superhighfives

1
star
18

lets-run-away-together

My personal artsy blog on music and culture and pretty pictures and stuff. Built with Jekyll.
CSS
1
star
19

codesandbox-lwc-c360-template

A template for quickly scaffolding an LWC and C360 template in Codesandbox
CSS
1
star
20

ninjas

A micro PHP framework for doing some boilerplate stuff
PHP
1
star
21

brightly-static

The site for the band, Brightly.
JavaScript
1
star
22

web-components-and-react

An example of using polyfilled web components with create-react-app
HTML
1
star
23

brightly-server

The server that used to power the Brightly site.
Ruby
1
star
24

brightly-stems

A small node.js express site for sharing Brightly stems.
CSS
1
star
25

list-of-ingredients-administrate

An example of using create-react-app with Rails 5 API, Administrate, and Heroku
Ruby
1
star
26

palindrode

Building the palindrode Node module based on Mark Dalgleish's article.
JavaScript
1
star
27

fox-client

The client for the Brightly Fox music video.
JavaScript
1
star
28

awwso.me

A Ruby on Rails based URL shortener
JavaScript
1
star