A Pokemons list(Pokedex) with search input.
- Clone the repo: git remote add origin [email protected]:alexandrejuk/pokemon-react.git
- cd pokemon-react
- Install packages: npm install or yarn
- Build project and launch: npm start or yarn start
- Start api with json server: json-server db.json --port 3002
- Open your browser at: http://localhost:3000