This is a project to help with sprint planning, where you can vote and at the end display the points and average, which is based on Node.js, Websocket and Typescript.
You will need Node.js version 16+.
To start the project you need to follow these steps.
- Run:
npm install
oryarn
- Run:
npm run dev
oryarn dev
- Check the app running at
localhost:3000
🎉
To start the project you need to follow these steps.
- Run:
npm install
oryarn
- Run:
npm run build
oryarn build
- Run:
npm run start
oryarn start
- Check the app running at
localhost:3000
🎉
To run on another PORT
you just need to change the environment variable.
- Set a port ex.:
PORT=8080
- Run:
npm start
oryarn start
- Check the app running at
localhost:8080
🎉