Skip to content

ahuet67/boilerplate-react-ror

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

boilerplate react - Ruby on Rails

This is a boilerplate composed by a react app (frontend) and a ruby on rails app (backend).

Initiate the app

  1. Install docker
  2. Install docker-compose
  3. Run in this folder docker-compose up

Details

  • The frontend in available on port 8080.
  • The backend is available on port 3000.