Type | |
---|---|
Travis CI | |
React | |
React native |
Mobile app for an Arduino based laser tag system.
- Install React Native:
- Create .env file:
- navigate to project root directory and create file: config/.env
touch config/.env
- supports the following variables:
- GOOGLE_MAPS_API_KEY=
- Install Yarn
brew install yarn
- Install NPM packages
yarn install
- Connect your Android device and build the project
yarn android-dev
The project contains unit and UI tests as well as an eslint check. Tests are executed before each push using the Husky package. Use the following command to run the tests locally:
yarn ci