Instale as dependΓͺncias / Install all the dependencies:
npm install
Instale o Expo / Install Expo
npm install --global expo-cli
Execute o projeto / Execute the project:
npm start
βββ assets
βββ src
β βββ__tests__
β βββcss
β βββ@types
β βββassets
β βββ cart-icon.png
β βββcomponents (Folders)
β βββ Button
β βββ CartItem
β βββ Header
β βββ ProductItem
β βββroutes
β βββ stack.routes.tsx
β βββ index.tsx
β βββcontext
β βββscreens (Folders)
β βββ Cards
β βββ Products
β βββservices
β βββ api.ts
β βββutils
β βββ constants.ts
βββ babel.config.js
βββ tsconfig.json
βββ app.json
βββ package-lock.json
βββ packege.json
βββ App.tsx
- Fork it (
https://github.com/mariaelizasa/shopping-cart
) - Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request