Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mingfang/express-nunjucks-htmx-stack
https://github.com/mingfang/express-nunjucks-htmx-stack
Last synced: about 5 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/mingfang/express-nunjucks-htmx-stack
- Owner: mingfang
- Created: 2022-07-11T04:59:22.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-08-04T01:46:04.000Z (over 2 years ago)
- Last Synced: 2024-11-06T15:18:27.834Z (about 2 months ago)
- Language: Nunjucks
- Size: 388 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Express-Nunjucks-Htmx Stack
Features
- [Express](https://expressjs.com) server
- [Nunjucks](https://mozilla.github.io/nunjucks/) server side templating with [Markdown](https://marked.js.org) support
- Nunjucks client side templating with [Htmx extension](https://htmx.org/extensions/client-side-templates/)
- [Htmx](https://htmx.org) for dynamic client experience
- Styling with [DaisyUI](https://daisyui.com) and [Tailwind CSS](https://tailwindcss.com)
- Bundling with [Parcel](https://parceljs.org)
- Integrate with Python using [JSPython](https://github.com/extremeheat/JSPyBridge)
- Integrate with [Mermaid](https://mermaid-js.github.io)
- Integrate with [Ace](https://ace.c9.io)
- Integrate with [Sortable](https://sortablejs.github.io/Sortable/)### [Live Demo](https://express-nunjucks-htmx-stack.rebelsoft.com/)
### Dev
```shell
npm run dev
```### Prod
```shell
npm run build
npm start
```