Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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
```