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
Now you can visit localhost:4000
from your browser.
Happy coding!
See LICENSE.