A connect four game with an Elixir backend and a React frontend. Game logic powered by my Connex Four package.
- Install dependencies with
mix deps.get
- Create and migrate the database with
mix ecto.setup
- Install React and friends with
npm i
in theassets
directory
To start your Phoenix server locally:
mix phx.server
or inside IEx withiex -S mix phx.server
- backend:
mix test
- frontend:
cd assets
thennpm t