https://github.com/merv-e/customer-relationship-management-app
https://github.com/merv-e/customer-relationship-management-app
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/merv-e/customer-relationship-management-app
- Owner: merv-e
- Created: 2023-02-28T15:46:05.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-17T17:57:55.000Z (over 3 years ago)
- Last Synced: 2025-02-17T21:46:27.052Z (over 1 year ago)
- Language: JavaScript
- Size: 328 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Customer Relationship Manager App
## How to install the project
In order to install this app, you need to clone the repository first, and then use either `npm` or `yarn` for installing the dependencies. Such as:
```
npm i
```
## How to run the project
In order to run the project, you can use either one of the commands below:
```
npm start
npx expo start
```