8000 GitHub - klaasjand/vscode-remote-phoenix: Develop Elixir Phoenix in VS Code with a development container
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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.

About

Develop Elixir Phoenix in VS Code with a development container

Topics

Resources

License

Stars

Watchers

Forks

0