Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 572 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 572 Bytes

Pokemon App

Check relevant information about all pokemons

Screenshot

See application

If you want to see the application in production you can see it here For to use the app in development you can do it executing the follow commands:

# install dependencies
npm install # or yarn add

# run application
npm run dev # or yarn dev

Also you can to create the build of production and run it with the commands:

npm run build # or yarn build

npm start # or yarn start