Skip to content

stevedomin/ex_playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ExPlayground

Run Elixir code in your browser.

Development

Make sure you have Elixir, PostgreSQL and Docker installed on your computer.

Initial steps:

$ mix deps.get
$ npm install
$ bower install
$ mix do ecto.create, ecto.migrate
$ docker pull stevedomin/ex_playground:latest

Running it:

$ mix phoenix.server