A web chat application. The back end is written in Elixir/Phoenix and the front end in Redux and React.
- Elixir >= 1.10.4
- Erlang >= 23.0.3
- Node >= 13.0
Clone the project and install its dependencies
git clone [email protected]:arturjzapater/phoenix-chat.git
cd phoenix-chat
mix deps.get
cd assets && npm i
Start the application
mix phx.server
The app will be served on localhost:4000