An open API service indexing awesome lists of open source software.

https://github.com/dckt/round-training

Small app to train your boxing round 🥊
https://github.com/dckt/round-training

expo react react-native sports-app typescript

Last synced: about 1 month ago
JSON representation

Small app to train your boxing round 🥊

Awesome Lists containing this project

README

        

# round-training
Small app to train your boxing round 🥊

## Development
This project use React Native, Expo and TypeScript.

- Install expo-cli
```
yarn global add expo-cli
```

- Install dependencies :
```
yarn
```

- Start project :
```
yarn start
```