Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/merv-e/customer-relationship-management-app
https://github.com/merv-e/customer-relationship-management-app
Last synced: 14 days 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 (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-17T17:57:55.000Z (almost 2 years ago)
- Last Synced: 2024-11-07T01:12:39.138Z (2 months 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
```