Simple scrum voting app in real time based on Server-Side Rendering and Express.
npm install
- Configure port in .env file
- Runs the Development Server:
server-dev.js. - Dev site available on:
http://localhost:YOUR_PORT
npm run dev
Runs x2 scripts from package.json
- "build:client"
- "build:server"
npm run build
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