Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 676 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 676 Bytes

react-carousel

Carousel React with zero dependencies with vite.

Vite (French word for "quick", pronounced /vit/, like "veet") is a build tool that aims to provide a faster and leaner development experience for modern web projects. It consists of two major parts: A dev server that provides rich feature enhancements over native ES modules, for example extremely fast Hot Module Replacement (HMR). A build command that bundles your code with Rollup, pre-configured to output highly optimized static assets for production. https://vitejs.dev/

In order to testing the App Locally :

  • npm i
  • npm run build
  • npm run preview