- This project was made using versión 17 of nodeJs, so it may not work properly if a lower version is used. To ensure a proper execution, please use nodeJs 17 or higher version.
- Clone repository into your local
git clone https://github.com/JaviMunita/pokedex.git
- Making sure you are in the pokedex folder, install dependencies
npm install
- Run project to see it in the localhost:5173 port
npm run dev