A React application built with TypeScript, featuring interactive widgets and animations.
- React 18
- TypeScript
- Webpack 5
- Sass
- GSAP (GreenSock Animation Platform)
- Swiper & React Transition Group
-
Install dependencies
yarn install
-
Build project
yarn build
-
Built project is placed inside
distdirectory, you openindex.htmlfrom there
yarn dev- Start development server with hot reloadyarn build- Build production bundleyarn format- Format code with Prettier