1.0.14 • Published 1 year ago

create-htmx v1.0.14

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

create-htmx

Set up a modern HTMX web app by running one command.

Quick Start

To create a new HTMX project, use the following command:

npx create-htmx my-app

Then cd into your app, npm start and open http://localhost:3000/ to see your app.

This will create a new HTMX app with the latest version of HTMX downloaded and saved locally, ready for you to start developing.

Features

  • Sets up a new HTMX project with one command
  • Configures Express for server-side routing
  • Includes essential files like index.html, styles.css, and htmx.min.js
  • Dynamically updates the project name throughout the template

Usage

  1. Run the command to create a new project:
npx create-htmx my-app
  1. Navigate to the project directory:
cd my-app
  1. Start the development server:
npm start

Feedback

Feel free to reach out with any feedback or questions. Happy coding!

#webdevelopment #htmx #javascript #programming #opensource

1.0.14

1 year ago

1.0.13

1 year ago

1.0.12

1 year ago

1.0.11

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago