React working in Vite with HMR and some ESLint rules.
Follow these steps to set up the project and run it locally.
-
Clone the repository:
git clone <repository-url>
-
Navigate to the project directory:
cd .\Code-For-All\
-
Install the dependencies:
npm install
-
Install additional dependencies:
npm install lottie-web react-lottie npm install @fortawesome/react-fontawesome npm install @fortawesome/free-brands-svg-icons npm install react-multi-carousel --save npm install @fortawesome/fontawesome-svg-core npm install @fortawesome/free-solid-svg-icons npm install @fortawesome/react-fontawesome npm install axios npm install @chakra-ui/react npm install framer-motion npm install react-bootstrap npm install react-icons
Start the development server with the following command:
npm run dev
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh
Here is a list of all the dependencies required for this project:
lottie-web
react-lottie
@fortawesome/react-fontawesome
@fortawesome/free-brands-svg-icons
- @fortawesome/free-solid-svg-icons
- @fortawesome/fontawesome-svg-core
react-multi-carousel