Install the dependencies and start the server with:
yarn install
yarn startThe script above will start the api and development server on:
API: http://localhost:3000
Frontend: http://localhost:1234http://localhost:3000/pokemonshttp://localhost:3000/pokemons?_page=7&_limit=20http://localhost:3000/:pokemon-id
example: http://localhost:3000/100