https://github.com/sliit-foss/chat
https://github.com/sliit-foss/chat
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sliit-foss/chat
- Owner: sliit-foss
- Created: 2018-10-03T09:27:18.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-03T09:27:33.000Z (over 6 years ago)
- Last Synced: 2025-01-25T11:42:27.510Z (5 months ago)
- Language: Vue
- Size: 110 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)