Skip to content

Develop Elixir Phoenix in VS Code with a development container

License

Notifications You must be signed in to change notification settings

klaasjand/vscode-remote-phoenix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VS Code remote Elixir Phoenix development container

Develop Elixir Phoenix apps in VS Code with a Debian based development container

Getting started

Create a new application by running the following commands:

  • mix phx.new . --app hello --database sqlite3
  • mix ecto.create
  • mix phx.server

Stop the server by hitting ctrl-c twice.