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

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

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'