Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/danielmark0116/chat-app


https://github.com/danielmark0116/chat-app

Last synced: 6 days ago
JSON representation

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`