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

https://github.com/jonaylor89/tapped_mobile

Mobile App for Tapped
https://github.com/jonaylor89/tapped_mobile

Last synced: 9 months ago
JSON representation

Mobile App for Tapped

Awesome Lists containing this project

README

          

# Tapped Mobile Client

Tapped is a platform for music professionals to verify their experience

# Dev Information

This mobile client is written in [React Native](https://reactnative.dev/) with Typescript.

TypeScript is a superset of JavaScript which gives you static types and powerful tooling in Visual Studio Code including autocompletion and useful inline warnings for type errors.

## 🚀 Run

This project depends on `yarn` and `expo` to run.

```sh
npm install # install deps
```

```sh
npm run husky-install # install commit hooks
```

```sh
npm start # run expo server
```

## 📝 Notes

- [Expo TypeScript guide](https://docs.expo.dev/versions/latest/guides/typescript/)