Skip to content

GoMarketplace is an app developed in React Native as a challenge during Rocketseat's GoStack 11 Bootcamp.

License

Notifications You must be signed in to change notification settings

tavareshenrique/go-marketplace

Repository files navigation

GoMarketplace

Last commit on GitHub Made by Henrique Tavares Project top programing language Repository size GitHub license

ℹ️ How To Use   |    🚀 Technologies   |    💻 Author   |    📝 License

GoMarketplace is an app developed in React Native as a challenge during Rocketseat's GoStack 11 Bootcamp.


Demonstration

ℹ️ How To Use

Clone the repository:

git clone https://github.com/tavareshenrique/go-marketplace.git
# Install the dependencies
yarn
# or
npm install

# Install the App on your Android
yarn android
# or
react-native run android

# Install the App on your iOS
yarn ios
# or
react-native run-ios

# You need to start JSON Server to Emulate the backend

# Install JSON Server
https://github.com/typicode/json-server

# Run JSON Sever
json-server server.json -p 3333

# Now, Launch the app
yarn start
# or
react-native start

🚀 Technologies

💻 Author

Henrique Tavares
Henrique Tavares

@tavareshenrique
💻
Rocketseat
Rocketseat

@Rocketseat
💻

📝 License

This project is licensed under the MIT license - see the archive LICENSE.md for details.

About

GoMarketplace is an app developed in React Native as a challenge during Rocketseat's GoStack 11 Bootcamp.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published