Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 366 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 366 Bytes

HTMX Express React Template

This is a template for a HTMX application using Express and React on the server for templating.

Quickstart Guide

  1. Clone this repository
  2. Run npm install
  3. Copy .env.example to .env
  4. Run npm run dev
  5. Open http://localhost:3000 in your browser