Skip to content

RabeaGleissner/connect_four_phoenix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Connect Four Game

A connect four game with an Elixir backend and a React frontend. Game logic powered by my Connex Four package.

Local development setup

  • Install dependencies with mix deps.get
  • Create and migrate the database with mix ecto.setup
  • Install React and friends with npm i in the assets directory

How to run it

To start your Phoenix server locally:

  • mix phx.server or inside IEx with iex -S mix phx.server

Running the tests:

  • backend: mix test
  • frontend: cd assets then npm t

About

A Connect Four Game with Phoenix and React

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published