https://github.com/bebo/server-share
https://github.com/bebo/server-share
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bebo/server-share
- Owner: bebo
- License: mit
- Created: 2016-09-17T23:23:43.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-17T23:11:40.000Z (over 8 years ago)
- Last Synced: 2025-02-16T18:39:45.102Z (3 months ago)
- Language: JavaScript
- Size: 0 Bytes
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# video-lounge
### to run locally
1. clone
2. npm install
3. npm start
4. point bebo app at {your local IP}:3000### to build production version
1. clone
2. npm install
3. npm run dist