Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 365 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 365 Bytes

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.