React Native app F1 Stats, statistics for drivers, teams and calendar for F1
git clone [email protected]:srdjanprpa/FormulaOne.git
cd FormulaOne
npm install
For iOS:
react-native run-ios
or npm run ios
For Android:
react-native run-android
or npm run android
- Node
4.x
or newer - React Native for development
- Android Studio for Android development
- Xcode for iOS development
- Android SDK
23.0.1
or newer for Android development - Genymotion for Android emulation
I using Eslint for code linting, rules are available in .eslintrc.json
file.
Check linting by running following command:
npm run pretest