https://github.com/strvcom/backend-workshop-2
https://github.com/strvcom/backend-workshop-2
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/strvcom/backend-workshop-2
- Owner: strvcom
- Created: 2015-11-18T17:08:58.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-20T23:11:16.000Z (over 10 years ago)
- Last Synced: 2025-01-24T01:43:34.872Z (over 1 year ago)
- Language: JavaScript
- Size: 47.9 KB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Workshop chat app (socket.io)
## Installation
Run commands:
```
npm install
webpack --watch
```
Result files are in the `dist` folder.