/stimulus-slideshow-sample

Sample client-only Stimulus app with a simple slideshow

Primary LanguageHTMLMIT LicenseMIT

Stimulus Slideshow Sample

A sample app using Stimulus (from Hotwire) to navigate a simple slideshow.

Set up

Use npm (or yarn) to get started:

npm ci
npm run build

Open in the default browser

For MacOS a convenience script is provided to quickly open the default browser on the index file. This does not run a web server.

npm run open