Application template for SPAs with Phoenix, React and Redux
This is a template for new Phoenix single page applications with:
User base migration and both registration and authentication controllers already implemented.
To start your Phoenix app:
mix deps.get
mix ecto.create && mix ecto.migrate
npm install
mix phoenix.server
localhost:4000from your browser.
Happy coding!
See LICENSE.