Installation instructions for Phoenixjumpstart
$cp -R /path/to/phoenixjumpstart /path/to/invoicehero
You should now have new folder to work with. This is where you add application specific code.
$mix rename Phoenixjumpstart Invoicehero
Note The capitalization above.
assets/tailwind.config.js
and replace all occurences of ‘phoenixjumpstart_web’ with your application name (ex: invoicehero_web).
Note: Working on consolidating the project rename functionality.
$mix deps.get
.env.sample
$mix ecto.create
$iex -S mix phx.server