to see a list of available commands run:
npm run help- go through all the iOS Prerequisites in Prerequisites
npm iinstall NPM dependenciesnpx pod-installinstall all podsnpm run make_env:devset up the environment file with dev values.Alternatively -
npm run init- runs the first 3 commands in one go.npm run startstart bundlernpm run iosstart app
- go through all the Android Prerequisites in Prerequisites
npm iinstall NPM dependenciesnpm run make_env:devset up the environment file with dev valuesAlternatively -
npm run init- runs these commands (and installs ios pods) in one.npm run startstart bundlernpm run androidstart app