A web app using Rails + React
To run it locally go to the project folder and type in your terminal:
$ bundle
after that type:
$ rake db:migrate
and finally to run a local dev server:
$ rails s
go to http://localhost:3000/
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Latest commit | ||||
A web app using Rails + React
To run it locally go to the project folder and type in your terminal:
$ bundle
after that type:
$ rake db:migrate
and finally to run a local dev server:
$ rails s
go to http://localhost:3000/
Rails + React example app using react-rails gem. Rails 5 API backend + React Front End