Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danielmark0116/chat-app
https://github.com/danielmark0116/chat-app
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/danielmark0116/chat-app
- Owner: danielmark0116
- Created: 2019-09-17T09:49:06.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T10:35:53.000Z (almost 2 years ago)
- Last Synced: 2023-03-05T16:17:33.011Z (over 1 year ago)
- Language: TypeScript
- Size: 1.53 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chat-app
## INSTRUCTIONS
Use dotenv package for ENV variables -> `npm install --save dotenv`
### production version
Download repo, `npm i`, set env MODE variable to 'production' and run `npm run build` and then `npm run server`
app should be running under localhost:8000
### dev version
set env MODE variable to 'development' and run `npm run dev`