Skip to content

Shin-Taro/express-alpine-htmx-sample

Repository files navigation

htmx and Alpine.js application sample with Express server

This project is a practical example of the HTML Driven frontend architecture covered in (TODO).

Start dev server

  1. Enables the use of Node.js. Check the .node-version file in the root directory for the version.
  2. Install dependencies with yarn command.
  3. Start the development server with the yarn dev command and open http://localhost:3000/ in your browser.

Commands

Command Action
yarn Installs dependencies
yarn dev Starts local dev server at localhost:3000
yarn type-check Check types by tsc
yarn lint Check code by ESLint
yarn fix format code by Prettier and ESLint

About

Sample project of UI construction with Alpine.js and htmx and server-side rendering with Express and jsx.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors