A simple Javascript carousel with no library and dependencies, with swipe and responsive features.
Prove that wa can create our own carousel libraries using native javascript with ES6, so we can get a high performance carousel with a minimal code.
These instructions will get you a copy of the project up and running on your local machine for development.
You first need a copy of the code in your local machine, make sure to fork and clone, you can clone by running this command.
Clone the app
git clone https://github.com/mohcinenazrhan/carouseljs.git
Change directory to the folder name carouseljs
:
$ cd carouseljs
To get up and running all you need to do is install the dependencies.
npm install
Note: Make sure you are inside the project directory.
To quickly generate the optimized assets:
npm run build
More details in the following sections.
Run development serve + live editing:
npm run build
No tests available.
No license.
- Thanks to grafikart for giving us the chance to learn new things.