Skip to content

terakilobyte/phoenix-elixir-react-redux-starter-kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A 1.1 Phoenix/Elixir app using webpack, react, and redux.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published