hassox/react_phx_stdio
Demo app rendering react on the server
{ "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"}ReactPhxStdio
Section titled “ReactPhxStdio”An example application demonstrating a simple React application rendered on the server.
To start your Phoenix app:
- Install dependencies with
mix deps.get - Create and migrate your database with
mix ecto.create && mix ecto.migrate - Install npm dependencies with
npm install - Start Phoenix endpoint with
mix phoenix.server
Now you can visit localhost:4000 from your browser.