React and Ruby Docker Development Environment
Background
Lately I am working on a project to dockerize an e2e application with React as the front end and Ruby on Rails as the backend. I would like to set up a docker-compose file so that:
- user can bring up the e2e environment with a single command
- the environment supports hot reload of code for both the React and Ruby on Rails parts
- it can be served as a testing environment for e2e test
- developers can run manual test in a local environment