This is a sample of using Hotwire together with Aurelia by enhancing Turbo appended DOM elements.
- Clone repo
- navigate to
server
in your cmd - run
npm install
andnpm start
to start the backend - in another cmd go to
my-app
- run
npm install
andnpm start
to start the frontend - open your browser at
http://localhost:9000