All Projects → TNG → next-generation-scrum-poker

TNG / next-generation-scrum-poker

Licence: Apache-2.0 license
Prototype for a new Scrum Poker

Programming Languages

typescript
32286 projects
CSS
56736 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
shell
77523 projects

next-generation-scrum-poker

Prototype for a new Scrum Poker

Development

You need a running docker demon for local development. To test and develop backend and frontend, run

npm start

This will spin up the database via docker and launch the local API gateway.

In parallel, it will use Vite to serve your app on http://localhost:3000. Vite will automatically update the browser via hot module reloading on save while providing extremely fast rebuilds.

Production Build

To generate a production build for the frontend, run

API_URL=wss://my.api.gateway.com npm run build:frontend

replacing the API gateway with your production gateway. If you do not specify it, the development gateway will be used.

This will generate a folder frontend/dist that contains a directly deployable artifact without external dependencies that can be served as a static web site.

To test the production build locally, run

npm run preview

Note that you can also specify an API_URL for npm start and npm run preview.

To build the backend, run

npm run build:backend

which will generate build folders for each backend function that can be deployed as AWS lambda functions.

License

Licensed under Apache License Version 2.0

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].