Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 956 Bytes

File metadata and controls

25 lines (17 loc) · 956 Bytes

Phoenix ReasonReact Example

This is a simple example of serving a ReasonReact client from a Phoenix web application. For the full blog post describing how to build this application, please see here.

Myapp

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Install Node.js dependencies with cd assets && npm install
  • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4000 from your browser.

Ready to run in production? Please check our deployment guides.

Learn more