No description
- Elixir 71.4%
- HTML 22.6%
- CSS 5.3%
- JavaScript 0.5%
- Shell 0.2%
| .github | ||
| assets | ||
| config | ||
| lib | ||
| media | ||
| priv | ||
| scripts | ||
| test | ||
| .env.example | ||
| .formatter.exs | ||
| .gitconfig | ||
| .gitignore | ||
| .rsyncignore | ||
| .tool-versions | ||
| CHANGELOG.md | ||
| mirage.service | ||
| mirage.sublime-project | ||
| mix.exs | ||
| mix.lock | ||
| NOTES.md | ||
| README.md | ||
Mirage
To start your Phoenix server:
- Install dependencies with
mix deps.get - Create and migrate your database with
mix ecto.setup - Start Phoenix endpoint with
mix phx.serveror inside IEx withiex -S mix phx.server
To deploy:
- Commit your changes with conventional commits
- Run
mix deploy - $
PROFIT
Now you can visit localhost:4000 from your browser.
Ready to run in production? Please check our deployment guides.
Learn more
- Official website: https://www.phoenixframework.org/
- Guides: https://hexdocs.pm/phoenix/overview.html
- Docs: https://hexdocs.pm/phoenix
- Forum: https://elixirforum.com/c/phoenix-forum
- Source: https://github.com/phoenixframework/phoenix