https://github.com/rintoj/silomobile
https://github.com/rintoj/silomobile
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rintoj/silomobile
- Owner: rintoj
- Created: 2022-02-14T05:11:12.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-10T22:03:05.000Z (about 4 years ago)
- Last Synced: 2025-02-23T20:45:10.784Z (over 1 year ago)
- Language: TypeScript
- Size: 5.42 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# silomobile
## Commands
```sh
# configure
yarn # install node moduels
yarn pod:install # install pod files for ios
# environment
yarn set:dev # set dev environment
yarn set:prod # set prod environment
# develop
yarn start # start metro builder
yarn run ios # run ios simulator
yarn run android # run android emulator
# code quality
yarn run lint # do lint
yarn run prettier # auto format
# dev tools
yarn cli create component # create a component package
yarn cli create feature # create a feature package
```