live_svelte/example_project
2023-07-30 09:45:17 -07:00
..
assets Formatting and build assets 2023-07-30 09:45:17 -07:00
config Simplify installation 2023-04-12 15:50:42 -07:00
lib Fix issue LiveJSON when not using SSR 2023-06-28 16:01:19 -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 Ignore svelte/_build file 2023-05-06 20:33:49 -07:00
Dockerfile Add Dockerfile example to example_project 2023-04-09 14:25:12 -07:00
mix.exs Run formatter 2023-06-15 12:36:04 -07:00
mix.lock Update lock files 2023-07-24 15:27:53 -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