HaysHopkins / connect4

The classic game of connect four

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is my attempt at creating a generic Phoenix and React application that can serve as a base for additional projects.

Any opinions/suggestions on improving this are welcome!

Connect4

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.create && mix ecto.migrate
  • Install Node.js dependencies with cd assets && npm install
  • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4000 from your browser.

About

The classic game of connect four


Languages

Language:Elixir 78.6%Language:JavaScript 19.8%Language:HTML 1.5%Language:CSS 0.1%