Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rajasegar/super-rentals-htmx
Super Rentals app built with htmx and Node
https://github.com/rajasegar/super-rentals-htmx
htmx hyperscript super-rentals
Last synced: 15 days ago
JSON representation
Super Rentals app built with htmx and Node
- Host: GitHub
- URL: https://github.com/rajasegar/super-rentals-htmx
- Owner: rajasegar
- Created: 2021-03-08T14:20:00.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-04-08T04:37:17.000Z (over 3 years ago)
- Last Synced: 2024-10-04T19:54:56.374Z (about 1 month ago)
- Topics: htmx, hyperscript, super-rentals
- Language: CSS
- Homepage: https://super-rentals-htmx.herokuapp.com/
- Size: 3.6 MB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-htmx - super-rentals-htmx - A Rentals Listing demo app built with htmx. (Examples by Back-end / Express)
README
# super-rentals-htmx
Super Rentals demo application built with [htmx](https://htmx.org) and [hyperscript](https://hyperscript.org) in Node.
You can view the demo app live [here](https://super-rentals-htmx.herokuapp.com)
## Usage
Clone this repo, install dependencies and start the app
```
git clone https://github.com/rajasegar/super-rentals-htmx.git
cd super-rentals-htmx
npm install
npm start
```![demo gif](demo.gif)
You might need to add [Mapbox](https://mapbox.com) token to a `.env` file like below
```
MAPBOX_ACCESS_TOKEN=xxxxx-xxxxxx-xxxxx
```