live_svelte/example_project
Wout De Puysseleir fe83aa0a23
Run formatter
2023-04-09 14:16:55 -07:00
..
assets Run formatter 2023-04-09 14:16:55 -07:00
config Make LiveSvelte work properly in production 2023-04-09 14:14:36 -07:00
lib Make LiveSvelte work properly in production 2023-04-09 14:14:36 -07:00
priv Add example project 2023-03-14 18:18:15 -07:00
test Add example project 2023-03-14 18:18:15 -07:00
.formatter.exs Add example project 2023-03-14 18:18:15 -07:00
.gitignore Add example project 2023-03-14 18:18:15 -07:00
mix.exs Load in the project locally 2023-03-16 16:32:13 -07:00
mix.lock Load in the project locally 2023-03-16 16:32:13 -07:00
README.md Run formatter 2023-03-30 15:51:24 -07:00

Example

To start your Phoenix server:

  • Run mix setup to install and setup dependencies
  • Start Phoenix endpoint with mix phx.server or inside IEx with iex -S mix phx.server

Now you can visit localhost:4000 from your browser.

Ready to run in production? Please check our deployment guides.

Learn more