https://github.com/rjdestigter/fireweed
Exploration of building full stack single page application with Elixir and Phoenix LiveView
https://github.com/rjdestigter/fireweed
elixir liveview phoenix tailwind
Last synced: 3 months ago
JSON representation
Exploration of building full stack single page application with Elixir and Phoenix LiveView
- Host: GitHub
- URL: https://github.com/rjdestigter/fireweed
- Owner: rjdestigter
- Created: 2020-11-02T03:55:33.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-09T02:54:26.000Z (almost 5 years ago)
- Last Synced: 2025-04-22T14:57:58.374Z (6 months ago)
- Topics: elixir, liveview, phoenix, tailwind
- Language: Elixir
- Homepage: https://fireweed.gigalixirapp.com/signup
- Size: 283 KB
- Stars: 13
- Watchers: 3
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fireweed
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 `npm install` inside the `assets` directory
* Start Phoenix endpoint with `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