Ecosyste.ms: Awesome

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

https://github.com/stevepolitodesign/rails-react-example

An example application built with Rails and React
https://github.com/stevepolitodesign/rails-react-example

Last synced: about 1 month ago
JSON representation

An example application built with Rails and React

Lists

README

        

# Rails React Example

An example application built with Rails and React. See a [live demo](https://rails-react-example.herokuapp.com/) or read the [tutorial](https://stevepolito.design/blog/rails-react-tutorial/).

![demo of rails react application](./app/assets/images/demo.gif)

## Local Build

```
bundle install
yarn install
rails db:create
rails db:seed
rails s
```

## Tests

```
rspec
```

## Specs

```
rspec f -d
```