This is a phoenix app with webpack v5 and typescript enabled. This app is also set up to be able to compile a typescript service worker.
To start your Phoenix server:
- Install dependencies with
mix deps.get - Create and migrate your database with
mix ecto.setup - Install Node.js dependencies with
yarn installinside theassetsdirectory - Start Phoenix endpoint with
mix phx.server
Now you can visit localhost:4001 from your browser.
Ready to run in production? Please check our deployment guides.
- Official website: https://www.phoenixframework.org/
- Guides: https://hexdocs.pm/phoenix/overview.html
- Docs: https://hexdocs.pm/phoenix
- Forum: https://elixirforum.com/c/phoenix-forum
- Source: https://github.com/phoenixframework/phoenix