These instructions will get you a copy of the full project up and running on your local machine for development and testing purposes.
The project can be built with npm or yarn, so choose one of the approach bellow in case you don't have any installed on your system.
-
Npm is distributed with Node.js which means that when you download Node.js, you automatically get npm installed on your computer. Download Node.js
-
Yarn is a package manager built by Facebook Team and seems to be faster than npm in general. Download Yarn
-
React Native CLI is a package that contains tools and helpers for React Native projects in form of a command line tool. Download React Native CLI
-
Expo CLI is a command line app that is the main interface between a developer and Expo tools. Download Expo CLI
⬇ To download the project follow the instructions bellow
1. git clone https://github.com/YuriPerro/pokedex.git
2. cd pokedex
🎯 Install the dependencies and start the server
3. yarn install
4. expo start
or
3. npm install
4. expo start
⬇ Download Pokedex .apk
- Licensed for users and contributors under MIT license.
Developed with 💜 by Yuri Baumgartner