A starter project which contains a fresh create-react-app
project, ready to
run with Docker Compose and a Makefile.
Docker & Docker Compose
- 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.