Packages

Phoenix framework project generator. Provides a `mix phx.new` task to bootstrap a new Elixir application with Phoenix and Turbo dependencies.

Current section

Files

Jump to
phx_new_turbo templates usage-rules project.md
Raw

templates/usage-rules/project.md

This is a web application written using the Phoenix web framework.
## Project guidelines
- Use `mix precommit` alias when you are done with all changes and fix any pending issues
- Use the already included and available `:req` (`Req`) library for HTTP requests, **avoid** `:httpoison`, `:tesla`, and `:httpc`. Req is included by default and is the preferred HTTP client for Phoenix apps