In this app you can discover pokemons's abilities
-
Open your terminal
-
On the terminal do the following:
-
Create a new folder
- Type
mkdir [folder name]
- Type
-
Open new folder
- Type
cd [folder name]
- Type
-
Clone repo onto your machine
- Type
git clone https://github.com/smadeira22/PokemonApp.git
- Type
-
Open repository
- Type
cd PokemonApp
- Type
-
Install required dependencies
- Type
npm install
- Type
-
To open local host
- Type
npm run dev
- Type
- HTML
- Javascript
- CSS
- React
- Vite