Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 384 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 384 Bytes

React Compose

A starter project which contains a fresh create-react-app project, ready to 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.