Based on the Pluralsight course: Building Applications with React and Flux
-
Install dependencies
docker compose run --rm app yarn install
-
Run app
docker compose up
-
Exec container
docker compose exec app sh
-
Run API fake
docker compose exec app yarn start:api
-
Visit app: localhost:3000