/reph

React/Redux + Phoenix (Elixir)

Primary LanguageElixir

RePh

Tutorial for the app can be found here

Demo

(The demo is available 18h a day due to Heroku free nodes limitations, if you see Application Error message - this is the case)

React + Redux + Phoenix basic application

The application is almost the same simple one you get with fresh Phoenix app, however it contains all the basic stuff to start with for React. It can be used as a template app or just for learning purpose.

Tech. stack:

  • Phoenix
  • Webpack
  • React
  • Redux

Batteries included:

To start your Phoenix app:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.create && mix ecto.migrate
  • Install Node.js dependencies with npm install
  • Start Phoenix endpoint with mix phoenix.server

Now you can visit localhost:4000 from your browser.

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

Learn more