https://github.com/rodrigowpl/flashcards-app
https://github.com/rodrigowpl/flashcards-app
expo jest react react-native react-navigation redux tdd udacity-nanodegree-react
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rodrigowpl/flashcards-app
- Owner: rodrigowpl
- Created: 2017-12-03T22:41:15.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-18T14:17:53.000Z (over 8 years ago)
- Last Synced: 2025-05-20T02:50:33.962Z (about 1 year ago)
- Topics: expo, jest, react, react-native, react-navigation, redux, tdd, udacity-nanodegree-react
- Language: JavaScript
- Size: 298 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Udacity project 3 - Flashcards
## Dependencies:
- Node.js `>=` v8;
## Up and running
- Install dependencies: `yarn` (or `npm i`)
- Run `yarn start` (or npm start) to run expo script and display QR Code
- Run `yarn android` (or `npm run android`) to run android emulator
- Run `yarn ios` (or `npm run ios`) to run ios emulator
## Scripts
- `yarn start (or npm start)`: Run expo script and display QR code in dev mode
- `yarn test (or npm test)`: Run tests once
- `yarn test:watch (or npm run test:watch)`: Run tests in watch mode
- `yarn test:coverage (or npm run test:coverage)`: Run coverage tests