Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nukosuke/rails-react-template
react_on_rails Isomorphic-Single-Page-Application template
https://github.com/nukosuke/rails-react-template
rails react react-router redux sample server-side-rendering spa
Last synced: about 1 month ago
JSON representation
react_on_rails Isomorphic-Single-Page-Application template
- Host: GitHub
- URL: https://github.com/nukosuke/rails-react-template
- Owner: nukosuke
- License: apache-2.0
- Created: 2017-02-05T22:05:45.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-27T04:28:12.000Z (almost 2 years ago)
- Last Synced: 2024-04-15T11:39:03.628Z (7 months ago)
- Topics: rails, react, react-router, redux, sample, server-side-rendering, spa
- Language: Ruby
- Homepage: http://nukosuke.hatenablog.jp/entry/rails/react_on_rails
- Size: 226 KB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rails react template
This is [react_on_rails](https://github.com/shakacode/react_on_rails) + [react-router](https://github.com/ReactTraining/react-router) SPA template.## stack
- rails
- react_on_rails
- react
- react-router
- redux## usage
```sh
# in root dir
$ bundle install# in client/ dir
$ yarn install# back to root dir
$ foreman start -f Procfile.dev
```## reference
- [Using React Router | react on rails](https://github.com/shakacode/react_on_rails/blob/master/docs/additional-reading/react-router.md)
- [Ruby on Rails on React on SSR on SPA](http://r7kamura.hatenablog.com/entry/2016/10/10/173610)