An open API service indexing awesome lists of open source software.

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

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