/GoStack-GoMarketplace

πŸ› Application created for mobile with React Native

Primary LanguageTypeScriptMIT LicenseMIT

GoStack

GoMarketplace

β€œThere is no finish line, victory is to keep running”!

GitHub language count GitHub top language GitHub repo size in bytes Code quality Made by Rocketseat
React Native version TypeScript version

Index

πŸ“ The Project   |    πŸ›  Technologies   |    🏁 Starting


πŸ“ About the project

GoMarketplace is an e-commerce application, designed to train the knowledge acquired in Bootcamp.

GoMarketplace

πŸ›  Technologies


🏁 Starting the project

Clone the project: git clone https://github.com/RBritoX/GoStack-GoMarketplace

πŸ“± To run Mobile, you need an Android or iOS simulator (Mac only) running on your computer or connect your physical smartphone to USB. To learn how to install / configure, follow the RocketSeat tutorial.
Now, on another tab of the terminal, run the following commands:

# to download the dependencies
$ yarn

# to start the json-server fake API
$ yarn json-server server.json -p 3333

# for Android:
# first open the Android emulator
# to start the app on the simulator or on the Android physical smartphone connected to the USB device
$ yarn android

# for iOS:
# to download the dependencies of iOS
$ cd ios
$ pod install
$ cd ..
# to launch the app on the simulator or on the physical iOS smartphone connected to the USB device (only using Mac)
$ yarn ios


Made by Raphael Brito (RBritoX)

React.js version React.js version React.js version