Mini Pokémon Go based on Google April Fools' joke in 2014
Please see the finished project here: https://pokemongo.pariyawit.com/
- npm
- firebase cli
- Google Map API
create .env file with following variables:
REACT_APP_MAP_KEY=
REACT_APP_FIREBASE_apiKey=
REACT_APP_FIREBASE_authDomain=
REACT_APP_FIREBASE_databaseURL=
REACT_APP_FIREBASE_projectId=
REACT_APP_FIREBASE_storageBucket=
REACT_APP_FIREBASE_messagingSenderId=
REACT_APP_FIREBASE_appId=
REACT_APP_FIREBASE_measurementId=
run 'npm run start'
run 'npm run build'
run 'firebase deploy'