Skip to content

Latest commit

 

History

History
52 lines (35 loc) · 967 Bytes

README.md

File metadata and controls

52 lines (35 loc) · 967 Bytes

Cardápios Lucrécia - Mobile

App feito com React Native <3

login screen products screen products screen

Setup

yarn

or

npm i

Running

  • Expo:

    • npm install --global expo-cli
    • expo start
  • iOS:

    • Yarn: yarn ios
    • npm: npm run ios
  • Android:

    • Yarn: yarn android
    • npm: npm run android
  • Later builds:

    • Yarn: yarn start
    • npm: npm run start

Stack

  • react-navigation
  • axios
  • styled-components
  • Atomic Design
  • ESLint
  • Prettier
  • TypeScript
  • Testing Library
  • Jest