Skip to content

Latest commit

 

History

History
53 lines (37 loc) · 1.81 KB

README.md

File metadata and controls

53 lines (37 loc) · 1.81 KB

F1 Stats - React Native APP

React Native app F1 Stats, statistics for drivers, teams and calendar for F1

Formula-One-APP Formula-One-APP

Download

Google Play Store
Google-Play-Store

Instalation

git clone [email protected]:srdjanprpa/FormulaOne.git
cd FormulaOne
npm install

Run APP

For iOS:
react-native run-ios or npm run ios

For Android:
react-native run-android or npm run android

What's included

Requirements

Contribute

I using Eslint for code linting, rules are available in .eslintrc.json file.

Run linter

Check linting by running following command:

npm run pretest