Packages
An opinionated template to create phoenix apps, using live view and tailwind.
Retired package: Renamed - gen_template_dino_live_view
Current section
Files
Jump to
Current section
Files
template/$PROJECT_NAME$/README.md
# <%= @project_name_camel_case %>
To start your Phoenix server:
* Install dependencies with `mix deps.get`
* Install Node.js dependencies with `cd assets && yarn`
* Start Phoenix endpoint with `mix phx.server`
Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.
```
Created: <%= @now.local.date_time %>
based on
elixir: <%= @elixir_version %>
erlang: <%= @erlang_version %>
OTP: <%= @otp_release %>
```