Skip to content

tmr08c/phx_emoji_game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Phoenix Emoji Game

🤔❓✅

A game for guesing what the emojis mean.

demo

This was built for learning purposes during during a Triangle Elixir Meetup.

It was built to see how to leverage Phoenix LiveView.

Development

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.setup
  • Install Node.js dependencies with npm install inside the assets directory
  • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4000 from your browser.