- Run the following command to create the .env file with the necessary environment variable
echo "VITE_POKEAPI_URL=https://pokeapi.co/api/v2/" > .env
- Install Dependencies
npm i
- Run the development server to serve the project
npm run dev
- The project will be available at
http://localhost:5173/