FlorianChristie / next-generation-scrum-poker

Prototype for a new Scrum Poker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:5173. 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

About

Prototype for a new Scrum Poker

License:Apache License 2.0


Languages

Language:TypeScript 81.2%Language:CSS 9.2%Language:HTML 8.3%Language:JavaScript 1.3%Language:Shell 0.1%