https://github.com/dafrok/chatroom
https://github.com/dafrok/chatroom
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dafrok/chatroom
- Owner: Dafrok
- Created: 2016-05-13T06:23:31.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-26T02:50:01.000Z (about 10 years ago)
- Last Synced: 2025-01-19T09:41:37.774Z (over 1 year ago)
- Language: Vue
- Size: 23.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# chatroom
For FEX.
## Deploy
### Backend
```
$ cd backend
$ bundle install
$ ruby start.rb
```
### Frontend
```
$ cd frontend
$ npm i anywhere -g
$ npm i
$ npm start
```