Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1 KB

File metadata and controls

28 lines (20 loc) · 1 KB

Phoenix Elixir React Redux Starter Kit

An amalgamation of good stuff from here and here

I named the app Blog, but got to this point and realized it might be useful as is.

To start the app:

  1. Install dependencies with mix deps.get
  2. Create and migrate your database with mix ecto.create && mix ecto.migrate
> This example doesn't use any database interactions.
  1. Start Phoenix endpoint with mix phoenix.server or iex -S mix phoenix.server.

Now you can visit localhost:4000 from your browser.

##TODO

  • Better Styling
  • Add OAuth
  • More React Examples
  • JSON API Example

Learn more