https://github.com/spacejack/m-carousel
Mithril 1.0 Carousel Demo
https://github.com/spacejack/m-carousel
Last synced: about 1 year ago
JSON representation
Mithril 1.0 Carousel Demo
- Host: GitHub
- URL: https://github.com/spacejack/m-carousel
- Owner: spacejack
- License: mit
- Created: 2016-12-28T23:51:01.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-16T04:19:55.000Z (about 9 years ago)
- Last Synced: 2024-11-08T18:45:53.209Z (over 1 year ago)
- Language: JavaScript
- Size: 196 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.txt
Awesome Lists containing this project
- awesome-mithril - Simple carousel
README
# Mithril Carousel Demo
Example implementation of a carousel with [Mithril](https://mithril.js.org/) 1.1.
[Live demo](https://spacejack.github.io/m-carousel/)
## Install
npm install
## Run
npm start
Then go to http://localhost:3000/ in your browser.