anuragkumar19 / example-trellix

A partial trello board clone with Astro, Alpine and HTMX

Home Page:https://trellix.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Trellix

This is a demo app to show off the features of HTMX. It's a recreation of the popular drag and drop interface in Trello and other similar apps.

Originally this example was created by creator of remix framework.

Original Project

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

JWT_SECRET

DATABASE_URL: postgresql

Installation

Install my-project with npm

  pnpm install
  npx prisma migrate dev
  pnpm run dev

Tech Stack

Client: HTMX, Alpine.js, SortableJS

Server: Node, Astro

About

A partial trello board clone with Astro, Alpine and HTMX

https://trellix.vercel.app


Languages

Language:Astro 87.6%Language:TypeScript 11.7%Language:JavaScript 0.7%