Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```