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

https://github.com/rintoj/silomobile


https://github.com/rintoj/silomobile

Last synced: 9 months ago
JSON representation

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

```