https://github.com/jerridan/redux-rails-skeleton
A sample setup for a new project using Redux and Rails
https://github.com/jerridan/redux-rails-skeleton
Last synced: about 1 month ago
JSON representation
A sample setup for a new project using Redux and Rails
- Host: GitHub
- URL: https://github.com/jerridan/redux-rails-skeleton
- Owner: jerridan
- Created: 2016-08-03T19:13:27.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-03T19:15:15.000Z (almost 9 years ago)
- Last Synced: 2025-02-17T06:45:17.916Z (4 months ago)
- Language: Ruby
- Size: 24.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Redux-Rails Skeleton
A sample setup for an app with a React/Redux frontend and a Rails backend.
* Run `bundle` in root folder
* Run `npm install` in client folder
* Start the frontend and backend servers with `foreman start`
* The frontend server runs on 'localhost:8080'
* The backend server runs on 'localhost:3000'