https://github.com/aabuhijleh/rainbow-c2c-server
https://github.com/aabuhijleh/rainbow-c2c-server
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/aabuhijleh/rainbow-c2c-server
- Owner: aabuhijleh
- Created: 2021-05-02T11:24:07.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-02T11:44:49.000Z (about 4 years ago)
- Last Synced: 2025-02-05T05:34:20.012Z (4 months ago)
- Language: TypeScript
- Size: 25.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rainbow Click2Call Server
## Usage
```sh
# Install dependencies
$ npm install# Compile TypeScript
$ npm run build# Watch TypeScript files
$ npm run watch# Run with hot reloading
$ npm run dev
```