This is a single-room version of scrum "planning poker" for sizing tasks in a sprint.
- Switch to the
/app
directory npm install
to install dependenciesnpm run build
to compile the React/JSX into vanilla Javascript+HTML.- Serve
/app/build
athttp://your-domain/poker
with your favorite webserver (tested on nginx)
- Build and deploy the Docker container in
/server
. - Point
/poker/api
on your webserver to port 5000 on the container. (tested with nginx's reverse proxy)