Skip to content

junos/elixir-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

elixir-playground

brew install elixir
  • Installing Erlang
brew install erlang
  • Installing Hex
mix local.hex
  • Installing Phoenix
mix archive.install https://github.com/phoenixframework/archives/raw/master/phoenix_new.ez

mix phoenix.new api_phoenix --no-brunch --no-ecto mix deps.get

Run your Phoenix application:

$ cd api_phoenix
$ mix phoenix.server

You can also run your app inside IEx (Interactive Elixir) as:

$ iex -S mix phoenix.server

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published