Skip to content

Latest commit

 

History

History
66 lines (46 loc) · 1.36 KB

README.md

File metadata and controls

66 lines (46 loc) · 1.36 KB

Pokédex

Pokédex project that consumes the PokéAPI to display information of all existing Pokémon.

⚙️ Technologies

Technologies studied and used to carry out this project:

📝 Pre-requirements

To clone and run this project, you will need:

Note: When installing Node.js, npm is automatically installed. 🎉

🛠️ Installation

$ npm install

🏃 Running the app

# development
$ npm run dev

# build
$ npm run build

# production
$ npm run start

🧪 Running the tests

# unit tests
$ npm run jest

# e2e tests
$ npm run cy:run

# test coverage
$ npm run jest:coverage

Made with 💚 by Gabriel Rapucci.