Below the technologies, used to build this Mobile App:
Name | Status |
---|---|
Set up your development environment: Guide
Must have the GoBarber API running.
Clone the project and access the folder
$ git clone https://github.com/wladimirgrf/gobarber-mobile.git && cd gobarber-mobile
Follow the steps below
# Project dependencies
$ yarn
# Make sure the emulator is already started
$ yarn android
# IOS dependencies
$ cd ios
$ pod install
# Start the APP
$ yarn ios
Fork the repository
# Fork using GitHub official command line
# If you don't have the GitHub CLI, use the web site to do that.
$ gh repo fork wladimirgrf/gobarber-mobile
Follow the steps below
# Clone your fork
$ git clone fork-url && cd gobarber-mobile
# Create a branch for your edits
$ git checkout -b new-feature
# Make the commit with your changes
$ git commit -m 'feat: New feature'
# Send the code to your remote branch
$ git push origin new-feature
After your pull request is merged, you can delete your branch.
This project is licensed under the MIT License - see the LICENSE file for details.