Skip to content

jandestiny/express-ts-pug-htmx-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Express - TypeScript - PUG - HTMX - Starter 🚀

A minimalistic node starter application for getting into HTMX.


Setup Guide

  1. Make sure you have Node.js and Git installed on your machine.
  2. Open a terminal and clone this repository (alternatively download zip).
git clone https://github.com/jandestiny/express-ts-pug-htmx-starter.git
  1. cd into the project folder
cd express-ts-pug-htmx-starter
  1. Install the packages with yarn
yarn install
  1. Start the server.
npm run dev
  1. Finally, open http://localhost:3000/ in your browser. Thats it!

Other resources


Brought to you by JD on GitHub. 🤝

Releases

No releases published

Packages

No packages published