/aurelia-hotwire

Demo of using Hotwire with NodeJS and enhancing elements with Aurelia

Primary LanguageJavaScriptMIT LicenseMIT

Aurelia with HotWire

This is a sample of using Hotwire 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