Hybrid application (Web and Android) for Musiq
- start - Run application
- build - Build application
- help - Help React native CLI
- test - Test application using Jest
- test:cov - Test application using Jest with coverage
- lint - Lint source using eslint
- lint:fix - Lint source using eslint with autofix
- format - Format source using Prettier
- android - Run Android in Debug mode
- android:release - run Android in Release mode
- build:android:apk - build APK
- build:android:aab - build AAB
- storybook - Run Storybook
- build-storybook - Build Storybook
- i18nextParser - i18next validate locales
- deploy - Deploy web build
- deploy:doc - Deploy Storybook
- deploy:apk - Deploy APK file
- deploy:coverage - Deploy test coverage report
Rename /src/utils/~variables.example.ts to /src/utils/variables.ts and change some variables;
npm install
for install all dependencies
npm run test
for run all unit-tests
or npm run test:cov
for run unit-tests with coverage
npm start
npm run build
npm run deploy
npm run android
for debug mode or npm run android:release
for release mode
npm run build:android:apk
for build APK or npm run build:android:aab
for build AAB