A clean Phoenix 1.16 install with some extras to get you started:
- Tailwind CSS - using the mix library
- Alpine JS - using a CDN to avoid needing
node_modules - 🌺 Petal Components Library
Optionally change your database name in dev.exs.
- Setup the project with
mix setup - Start Phoenix endpoint with
mix phx.serveror inside IEx withiex -S mix phx.server - Now you can visit
localhost:4000from your browser.
Your app module is currently called PetalBoilerplate. There is a script file included that will rename your project to anything you like in one go.
Open the file rename_phoenix_project.sh and read the instructions at the top.