React Compose

A starter project which contains a fresh create-react-app project, ready with run with Docker Compose and a Makefile.

Requirements

Docker & Docker Compose

Development

  • Run make dev at the root of this project.
  • Visit the app at http://localhost:3000.
  • Make your code changes! The app should be live-reloaded whenever you save.