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: 3 months ago
JSON representation
An example application built with Rails and React
- Host: GitHub
- URL: https://github.com/stevepolitodesign/rails-react-example
- Owner: stevepolitodesign
- Archived: true
- Created: 2019-11-19T02:24:24.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-17T18:31:58.000Z (over 1 year ago)
- Last Synced: 2024-05-28T11:10:17.733Z (5 months ago)
- Language: Ruby
- Homepage: https://rails-react-example.herokuapp.com/
- Size: 2.55 MB
- Stars: 24
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Open-Source-Ruby-and-Rails-Apps - rails-react-example - An example application built with Rails and React 🔥 (Happy Exploring 🤘)
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
```