https://github.com/devrapture/artisanapp
https://github.com/devrapture/artisanapp
Last synced: 11 months 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-07-12T22:33:14.144Z (11 months 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
```