GitHub Jobs App is a simple way to find a new Job into repositories at GitHub. Where you can find jobs to work as Front-end or Back-end Developer.
Dependecies
- Yarn or NPM
- NodeJS
- Android Studio Emulator, your device unlocked to install app or another emulator do you like
Now clone this repo and run commands below:
yarn install
or
npm install
After do you need install app where you'll simulate and test:
yarn run react-native run-android
or
npm run react-native run-android
And finally run your app and make all changes that do you want at code and run:
yarn start
or
npm start