Skip to content

mathiaslima/menu-lucrecia

Repository files navigation

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