1
0
Fork 0
LangPlayground/Elixir/notes_app
2024-09-04 08:41:40 +02:00
..
assets Set brand colour to purple 2024-09-03 21:00:29 +02:00
config Init: Notes app phx project 2024-09-03 09:47:17 +02:00
priv Init: Notes app phx project 2024-09-03 09:47:17 +02:00
test Init: Notes app phx project 2024-09-03 09:47:17 +02:00
.formatter.exs Init: Notes app phx project 2024-09-03 09:47:17 +02:00
.gitignore Init: Notes app phx project 2024-09-03 09:47:17 +02:00
mix.exs Enable os info in the dev Dashboard 2024-09-04 08:41:40 +02:00
mix.lock Init: Notes app phx project 2024-09-03 09:47:17 +02:00
README.md Init: Notes app phx project 2024-09-03 09:47:17 +02:00

NotesApp

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