rockethelp.mp4
About the project | Technologies | Getting started | How to contribute | License
O RocketHelp é um aplicativo criado com React native, com a ideia de um app para gerenciamento de solicitações.
Technologies that I used to develop this web client
Clone the project and access the folder
$ git clone https://github.com/ganimedes96/RocketHelp && cd RocketHelp
Follow the steps below to install the required dependencies
# Install the dependencies
$ yarn
# Be sure the file 'src/services/api.ts' have the IP to your API
# Start the client
$ yarn start
follow the steps below to clone the repository on your machine
# Clone your fork
$ git clone your-fork-url && cd RocketHelp
# Create a branch with your feature
$ git checkout -b feature
# Make the commit with your changes
$ git commit -m 'First Commit'
# Send the code to your remote branch
$ git push origin my-feature