Skip to content

aaandrades/scrum-voting-app

Repository files navigation

Scrum voting app

Simple scrum voting app in real time based on Server-Side Rendering and Express.

Getting Started

npm install

Development

  • Configure port in .env file
  • Runs the Development Server: server-dev.js.
  • Dev site available on: http://localhost:YOUR_PORT
npm run dev

Production - Build

Runs x2 scripts from package.json

  1. "build:client"
  2. "build:server"
npm run build

Production - Serve

Runs the Production Server: server-prod.js. Production site available on: http://localhost:YOUR_PROD_PORT. Disable JavaScript in your Browser and the page will still render.

npm run serve

About

Scrum voting session app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •