https://github.com/wisehackermonkey/big-red-button
Just a big red button, a one page app the uses nodejs for backend and javascript front
https://github.com/wisehackermonkey/big-red-button
Last synced: 11 months ago
JSON representation
Just a big red button, a one page app the uses nodejs for backend and javascript front
- Host: GitHub
- URL: https://github.com/wisehackermonkey/big-red-button
- Owner: wisehackermonkey
- Created: 2019-04-14T20:57:08.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T19:31:27.000Z (over 3 years ago)
- Last Synced: 2025-02-25T02:45:50.569Z (over 1 year ago)
- Language: JavaScript
- Size: 1.37 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Big Red Button
```
by Oran C
oranbusiness@gmail.com
github.com/wisehackermonkey
20190413
```
[](https://app.netlify.com/sites/big-red-button/deploys)
### Description
```
Just a big red button, a one page app the uses nodejs for backend and javascript front
```
### How to build and run using docker container
Run:
```
npm install && npm run start
docker run -i -p 80:80 -t wisehackermonkey/big-red-button-run:latest
Open: http://localhost:80
build from git repo
cd big-red-button-run
docker build -t big-red-button-run -f Dockerfile-run ./
docker run -i -p 80:80 -t big-red-button-run:latest
```
### Screenshot
#### the front end

---
#### server in action
