Overview:
Petal Boilerplate is a clean installation of the Phoenix 1.7 (RC) framework along with additional features such as Alpine JS and the Petal Components Library. It is maintained and sponsored by the Petal Framework.
Features:
- Phoenix 1.7 (RC): The latest version of the Phoenix framework for building web applications.
- Alpine JS: A lightweight JavaScript framework that can be used without the need for node_modules.
- Petal Components Library: A library of components maintained and sponsored by the Petal Framework.
Installation:
To install Petal Boilerplate, follow these steps:
- Optionally, change the database name in
dev.exs
. - Set up the project using
mix setup
. - Start the Phoenix endpoint with
mix phx.server
or in IEx withiex -S mix phx.server
. - Visit
localhost:4000
in your browser.
Summary:
Petal Boilerplate is a pre-configured installation of the Phoenix 1.7 (RC) framework with additional features such as Alpine JS and the Petal Components Library. It provides an easy way to get started with building web applications using these technologies.