A clean install of the latest Phoenix 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.server
or inside IEx withiex -S mix phx.server
- Now you can visit
localhost:4000
from your browser.
Your app module is currently called PetalPoc
. 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.