This is a frontend project by Jose Tomanan that operates off of the official PokéAPI, to allow browsing of Pokémon, as well searching, sorting, and filtering by their ID number or name.
Keep reading below to see how to set up the environment and launch the server.
If this is the first time you're opening this app, install dependencies using npm ci (or pnpm install or yarn).
Once you've installed dependencies, start a development server:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
To create a production version of the app:
npm run build
You can preview the production build with npm run preview.