This challenge consists of a page with 1 major component: A kind of Slider/Carousel to show some arts (photographs).
- React
- NextJS
- TypeScript
- Classnames
- Framer Motion
- GSAP
- Styled Components
- Vercel
Run:
yarn
yarn dev
This will start application in development mode.
Build and serve:
yarn build
yarn start
This will generate static files and serve in a local server.
How to deploy new version:
Just run vercel deploy
.