Skip to content

N1c0Dev/kanto-pokeweb

Repository files navigation

Kanto pokéWeb

Node version

First steps

  1. Run the following command to create the .env file with the necessary environment variable
echo "VITE_POKEAPI_URL=https://pokeapi.co/api/v2/" > .env
  1. Install Dependencies
npm i

Serving the Project Locally

  1. Run the development server to serve the project
npm run dev
  1. The project will be available at http://localhost:5173/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published