Skip to content

ReappMobi/reapp-mobile

Repository files navigation

Reapp Frontend

New commits

New commits that have the potential to impact the project, such as adding features, fixing bugs, updating dependencies, changing business logic, among others, should be submitted in a new branch and later integrated through the merge process. It is imperative to avoid committing directly to the main branch, thus ensuring a more controlled and stable code management.

branch names

feature: used to add, refactor, or remove a feature.

bugfix: used to fix a bug.

test: used to experiment outside of a specific problem/task.

Examples

You need to add, refactor, or remove a feature:

  • git branch feature/create-new-button-component

You need to fix a bug:

  • git branch bugfix/button-not-working-iphone

You need to perform experiments:

  • git branch test/apply-new-hover-effect

Running Locally

Clone the project

  git clone [link-projeto]

Go to the project directory

  cd reaap-frontend

Install dependencies

  npm install

Run the project

  npm run start

About

The main repository of Reapp mobile application.

Resources

License

Stars

Watchers

Forks