1
0
Fork 0
LangPlayground/Elixir/notes_app
2024-09-18 21:29:43 +02:00
..
assets Enable tailwind dark mode from media 2024-09-04 08:43:51 +02:00
config Init: Notes app phx project 2024-09-03 09:47:17 +02:00
lib Set: logo as temporary favicon 2024-09-18 21:29:43 +02:00
priv Init: Notes app phx project 2024-09-03 09:47:17 +02:00
test Add: tests 2024-09-05 21:21:36 +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 Add ecto_sqlite3_extras package for dev Dashboard 2024-09-04 08:43:01 +02:00
mix.lock Add ecto_sqlite3_extras package for dev Dashboard 2024-09-04 08:43:01 +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