/react-on-elixir

A minimal Elixir umbrella application setup with a Phoenix API and React application.

Primary LanguageJavaScript

React on Elixir

A minimal Elixir umbrella application setup with a Phoenix API and React application.

Getting Started

  • 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.