Packages

Potionx project generator. Provides a `mix potionx.new` task to bootstrap a new Elixir application with Phoenix, Absinthe, Pow and Vue dependencies.

Current section

Files

Jump to
potionx_new templates potionx README.md
Raw

templates/potionx/README.md

# <%= @app_module %>
To start your server:
* Start Phoenix endpoint with `mix phx.server` or inside IEx with `iex -S mix phx.server`
* Start Vite app with:
```bash
cd frontend/admin
npm rnu dev
```
Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.