https://github.com/mishka-group/mishka_template_creator
Mishka Template Creator for Phoenix and Phoenix LiveView
https://github.com/mishka-group/mishka_template_creator
elixir phoenix phoenix-liveview template-creator
Last synced: about 1 year ago
JSON representation
Mishka Template Creator for Phoenix and Phoenix LiveView
- Host: GitHub
- URL: https://github.com/mishka-group/mishka_template_creator
- Owner: mishka-group
- Archived: true
- Created: 2022-07-09T20:06:54.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-06-10T16:44:11.000Z (about 3 years ago)
- Last Synced: 2025-04-06T06:49:06.898Z (about 1 year ago)
- Topics: elixir, phoenix, phoenix-liveview, template-creator
- Language: Elixir
- Homepage:
- Size: 1.79 MB
- Stars: 9
- Watchers: 1
- Forks: 1
- Open Issues: 38
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MishkaTemplateCreator
To start your Phoenix server:
* Install dependencies with `mix deps.get`
* Create and migrate your database with `mix ecto.setup`
* 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.
Ready to run in production? Please [check our deployment guides](https://hexdocs.pm/phoenix/deployment.html).
## Learn more
* 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