live_svelte/example_project
2024-11-09 11:54:29 -08:00
..
assets Correctly setup prettier 2024-11-09 11:54:29 -08:00
config Add option to disable ssr globally in config 2024-09-25 11:23:48 -07:00
lib Fix self closing tags 2024-11-09 11:44:49 -08: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 Update dependencies example_project 2024-01-17 12:22:12 -08:00
mix.lock Update example_project dependencies 2024-08-15 19:12:22 +03: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