A minimal Elixir umbrella application setup with a Phoenix API and React application.
- Install dependencies with
mix deps.get
- Install Node.js dependencies with
cd apps/frontend && yarn
- Start Phoenix endpoint with
mix phx.server
Now you can visit localhost:3000
from your browser.