Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rubencodeforges/fancy-chat-client
https://github.com/rubencodeforges/fancy-chat-client
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rubencodeforges/fancy-chat-client
- Owner: rubenCodeforges
- Created: 2020-07-06T17:32:41.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-10-11T04:33:50.000Z (over 1 year ago)
- Last Synced: 2024-11-10T17:02:37.094Z (2 months ago)
- Language: TypeScript
- Size: 1.34 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fancy chat client
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.0.1.
## Installation
There are 2 options for installation
- Install only the client side and use the hosted server.
- Install both the server and the client locally#### Option 1
1. clone the repo
2. in root folder run `npm i`
3. Go to `ChatConfig.ts` and replace `process.env.HOST` with the server url `https://fancy-chat.herokuapp.com/`, heroku might go to sleep, so give it 10-30seconds to wind up.
4. run `ng serve` or `npm start`#### Option 2
1. clone both repositories [server](https://github.com/rubenCodeforges/fancy-chat-server) and client
2. run `npm i` inside both apps (server and client)
3. run `npm start` in both apps