React Application for GoBarber project
🌍 Ecosystem
Below the technologies, used to build this Web System:
Name | Status |
---|---|
💻 Getting started
Requirements
Must have the GoBarber API running.
Clone the project and access the folder
$ git clone https://github.com/wladimirgrf/gobarber-web.git && cd gobarber-web
Follow the steps below
# Project dependencies
$ yarn
# Start the client
$ yarn start
🤝 Contributing
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-web
Follow the steps below
# Clone your fork
$ git clone fork-url && cd gobarber-web
# 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
📝 License
This project is licensed under the MIT License - see the LICENSE file for details.