Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 870 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 870 Bytes

Petal Boilerplate

A clean install of the latest Phoenix with some extras to get you started:

Get up and running

Optionally change your database name in dev.exs.

  1. Setup the project with mix setup
  2. Start Phoenix endpoint with mix phx.server or inside IEx with iex -S mix phx.server
  3. Now you can visit localhost:4000 from your browser.

Renaming your project

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.