Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mhanberg/tableau_demo_heex
Demo showing a Tableau site using HEEx
https://github.com/mhanberg/tableau_demo_heex
Last synced: about 1 month ago
JSON representation
Demo showing a Tableau site using HEEx
- Host: GitHub
- URL: https://github.com/mhanberg/tableau_demo_heex
- Owner: mhanberg
- Created: 2023-12-11T05:15:27.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-01-27T00:57:29.000Z (10 months ago)
- Last Synced: 2024-05-01T13:52:29.395Z (7 months ago)
- Language: Elixir
- Size: 14.6 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tableau Demo Heex
This is an example project with Heex-Templates, Hot-Reloading and Tailwind CSS.
To start the development server, run:
```shell
mix serve
```To build the files for deployment:
```shell
mix build
```