live_svelte/example_project
2025-05-30 16:00:44 -07:00
..
assets Add example loading slot 2025-04-18 09:58:38 -07:00
config Add option to disable ssr globally in config 2024-09-25 11:23:48 -07:00
lib Remove DB requirement for example_project 2025-05-30 11:43:04 -07:00
priv Simplify installation 2023-04-12 15:50:42 -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 gitignore generator for live_svelte.setup 2023-08-08 10:22:43 -07:00
Dockerfile Update Dockerfile 2023-10-17 16:03:16 -07:00
mix.exs Svelte 5 support 2025-02-05 13:01:10 -08:00
mix.lock Housekeeping 2025-05-30 16:00:44 -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