This application demonstrates how to create a simple source of Hotwire's Turbo Streams.
First install dependencies:
npm installTo run in hot module reloading mode:
npm startTo create a production build:
npm run build-prodnode dist/bundle.jsMade with createapp.dev