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
- Host: GitHub
- URL: https://github.com/jonaylor89/tapped_mobile
- Owner: jonaylor89
- Created: 2022-04-04T00:20:07.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-08T03:58:33.000Z (over 3 years ago)
- Last Synced: 2024-11-12T20:47:14.499Z (over 1 year ago)
- Language: TypeScript
- Size: 1.42 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
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/)