https://github.com/silvio2402/htmx-express-react-template
This is a template for a HTMX application using Express and React on the server for templating.
https://github.com/silvio2402/htmx-express-react-template
express htmx htmx-template react
Last synced: 3 months ago
JSON representation
This is a template for a HTMX application using Express and React on the server for templating.
- Host: GitHub
- URL: https://github.com/silvio2402/htmx-express-react-template
- Owner: silvio2402
- License: mit
- Created: 2023-08-31T16:56:55.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-31T16:56:58.000Z (almost 3 years ago)
- Last Synced: 2025-10-09T04:05:39.287Z (9 months ago)
- Topics: express, htmx, htmx-template, react
- Language: JavaScript
- Homepage:
- Size: 50.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HTMX Express React Template
This is a template for a [HTMX](https://htmx.org/) application using [Express](https://expressjs.com/) and [React](https://reactjs.org/) 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