https://github.com/devrapture/ArtisanApp
https://github.com/devrapture/ArtisanApp
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/devrapture/ArtisanApp
- Owner: devrapture
- Created: 2023-01-12T18:00:16.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-12T18:06:55.000Z (over 3 years ago)
- Last Synced: 2025-03-01T02:34:59.671Z (over 1 year ago)
- Language: Java
- Size: 579 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Install
```bash
git clone https://github.com/coolpythoncodes/ArtisanApp.git
cd ArtisanApp
yarn install
#Get your app running on android.
yarn android
#Get your app running on ios.
yarn ios
```