React Native app for Formula One, statistics for drivers and teams and calendar for Formula One
git clone git@github.com: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
I using Eslint for code linting, rules are available in .eslintrc
file.
Check linting by running following command:
npm run pretest