Skip to content

Commit

Permalink
regenerate demo app with Phoenix 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
woylie committed Nov 27, 2023
1 parent 2a87603 commit 35bf91b
Show file tree
Hide file tree
Showing 41 changed files with 1,115 additions and 1,117 deletions.
4 changes: 2 additions & 2 deletions demo/.formatter.exs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[
import_deps: [:phoenix],
inputs: ["*.{ex,exs}", "{config,lib,test}/**/*.{ex,exs}"],
line_length: 80
plugins: [Phoenix.LiveView.HTMLFormatter],
inputs: ["*.{heex,ex,exs}", "{config,lib,test}/**/*.{heex,ex,exs}", "storybook/**/*.exs"]
]
3 changes: 3 additions & 0 deletions demo/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ erl_crash.dump
# Also ignore archive artifacts (built via "mix archive.build").
*.ez

# Temporary files, for example, from tests.
/tmp/

# Ignore package tarball (built via "mix hex.build").
demo-*.tar

Expand Down
3 changes: 2 additions & 1 deletion demo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
To start your Phoenix server:

- Install dependencies with `mix deps.get`
- Start Phoenix endpoint with `mix phx.server` or inside IEx with `iex -S mix phx.server`
- Start Phoenix endpoint with `mix phx.server` or inside IEx with
`iex -S mix phx.server`

Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.
Loading

0 comments on commit 35bf91b

Please sign in to comment.