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

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.

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