live_svelte/example_project
2024-09-25 11:05:37 -07:00
..
assets Minor update npm example_project 2024-01-17 12:22:12 -08:00
config WIP: This is a work in progress commit 2024-09-25 11:05:37 -07:00
lib Make necessary changes in example project and mix task 2023-09-25 14:48:11 -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 WIP: This is a work in progress commit 2024-09-25 11:05:37 -07:00
mix.lock WIP: This is a work in progress commit 2024-09-25 11:05:37 -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