GoMarketplace adds items to a shopping cart.
Preview |
Technologies Used |
How to run the project |
How to contribute |
License
GoMarketplace features:
git clone https://github.com/RuthMaria/gostack-reactNative-fundamentals
yarn
adb reverse tcp:3333 tcp:3333
Terminal 1
yarn json-server server.json -p 3333
Terminal 2
yarn start
Terminal 3
yarn Android
yarn test
git checkout -b my-feature
git commit -m 'feat: My new feature'
git push origin my-feature
This project is under the MIT license. See the file LICENSE for more details.