- nvm
- android sdk
- xcode
- java 1.8.x
nvm use
ornvm install
npm i
npm run prepare
- to try the application in your browser just type
npm start
and go to (http://0.0.0.0:9000/webpack-dev-server/). You need to disable CORS in order to receive data
- To launch the app on android device/emulator
npm run android
- To launch the app on ios device/emulator
npm run ios
- Android build
npm run build-android
- Ios Build
npm run build-ios
To use the lining pre-commit hook, just type
cp scripts/pre-commit.sh .git/hooks/pre-commit && chmod +x .git/hooks/pre-commit
- To launch tests
npm test
- To launch tests in watch mode
npm test -- --watch