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

https://github.com/zewa666/aurelia-hotwire

Demo of using Hotwire with NodeJS and enhancing elements with Aurelia
https://github.com/zewa666/aurelia-hotwire

Last synced: 3 months ago
JSON representation

Demo of using Hotwire with NodeJS and enhancing elements with Aurelia

Awesome Lists containing this project

README

        

# Aurelia with HotWire

This is a sample of using [Hotwire](https://hotwired.dev/) together with Aurelia by enhancing Turbo appended DOM elements.

## Usage

* Clone repo
* navigate to `server` in your cmd
* run `npm install` and `npm start` to start the backend
* in another cmd go to `my-app`
* run `npm install` and `npm start` to start the frontend
* open your browser at `http://localhost:9000`