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

https://github.com/sliit-foss/chat


https://github.com/sliit-foss/chat

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# MegaChat

## Build Setup

> chat frontend

``` bash
# goto the frontend folder
cd ./frontend
# install dependencies
$ npm install # Or yarn install

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm run build
$ npm start

# generate static project
$ npm run generate
```

## Backed Build Setup

> chat Backend

``` bash
# goto the backend folder
cd ./backend

# install dependencies
$ npm install # Or yarn install

# serve with hot reload at localhost:4333
$ node-dev index.js

# build for production and launch server
$ node index.js

```

-->>>>>> : [Open MegaChat](http://localhost:3000)