This project is based takes proactive-react and adds authentication via Guardian
on an Elixir/Phoenix back end.
git clone [email protected]:iancharters/proactive-react-auth.git
cd proactive-web
npm install
npm run dev
Open a second terminal window in the proactive-react-auth
directory.
cd proactive-api
mix deps.get
mix ecto.create
mix ecto.migrate
open http://localhost:3000
A default user is created with the email [email protected] and the password 12345678.