Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 601 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 601 Bytes

dog-slider

A mobile-friendly carousel (of random dog images from the dog.ceo API) built in React with framer-motion for the animation and react-swipeable for interactivity.

dog-slider

Running

Fork/clone the project, then do:

npm i

Then to run the dev server on localhost:3000 do:

npm start

Building

To build an optimised version for production do:

npm run build