Skip to content

elixir-roma/easy_chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EasyChat CircleCi

A simple chat implementation using Plug

Run tests

$ mix test

Build assets

$ cd assets
$ yarn install
$ yarn run build

Run application

$ cd .. # If you are still in assets...
$ mix run --no-halt