Skip to content
vic

hassox/react_phx_stdio

Demo app rendering react on the server

hassox/react_phx_stdio.json
{
"createdAt": "2016-01-02T06:20:42Z",
"defaultBranch": "master",
"description": "Demo app rendering react on the server",
"fullName": "hassox/react_phx_stdio",
"homepage": null,
"language": "JavaScript",
"name": "react_phx_stdio",
"pushedAt": "2016-03-20T20:24:21Z",
"stargazersCount": 39,
"topics": [],
"updatedAt": "2025-03-19T19:52:16Z",
"url": "https://github.com/hassox/react_phx_stdio"
}

An example application demonstrating a simple React application rendered on the server.

To start your Phoenix app:

  1. Install dependencies with mix deps.get
  2. Create and migrate your database with mix ecto.create && mix ecto.migrate
  3. Install npm dependencies with npm install
  4. Start Phoenix endpoint with mix phoenix.server

Now you can visit localhost:4000 from your browser.