No description
Find a file
2021-09-16 17:02:05 +02:00
assets working chat 2021-09-16 17:02:05 +02:00
config working chat 2021-09-16 17:02:05 +02:00
lib working chat 2021-09-16 17:02:05 +02:00
priv/gettext working chat 2021-09-16 17:02:05 +02:00
test working chat 2021-09-16 17:02:05 +02:00
.formatter.exs working chat 2021-09-16 17:02:05 +02:00
.gitignore working chat 2021-09-16 17:02:05 +02:00
mix.exs working chat 2021-09-16 17:02:05 +02:00
mix.lock working chat 2021-09-16 17:02:05 +02:00
README.md working chat 2021-09-16 17:02:05 +02:00

Chat

Ephemeral Chat Application built using Phoenix and Elixir

Getting Started

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • 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.

Ready to run in production? Please check our deployment guides.

Learn more