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
- Host: GitHub
- URL: https://github.com/zewa666/aurelia-hotwire
- Owner: zewa666
- License: mit
- Created: 2022-01-23T20:11:04.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-24T20:20:13.000Z (over 3 years ago)
- Last Synced: 2025-01-15T19:23:00.038Z (5 months ago)
- Language: JavaScript
- Size: 178 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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`