https://github.com/jbouduin/planningpoker
PoC using Websockets in Typescript
https://github.com/jbouduin/planningpoker
angular expressjs material-design typescript websocket winstonjs
Last synced: 1 day ago
JSON representation
PoC using Websockets in Typescript
- Host: GitHub
- URL: https://github.com/jbouduin/planningpoker
- Owner: jbouduin
- Created: 2020-04-15T11:27:06.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2026-06-17T12:21:17.000Z (7 days ago)
- Last Synced: 2026-06-17T13:12:09.035Z (7 days ago)
- Topics: angular, expressjs, material-design, typescript, websocket, winstonjs
- Language: TypeScript
- Homepage:
- Size: 2.83 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# planningpoker
This project was originally generated with [ngX-Rocket](https://github.com/ngx-rocket/generator-ngx-rocket/) version 8.0.1
It is a playground to play with
- expresjs
- websockets
- angular
- winston
- multi-language (@ngx-translate)
- di (inversify)
- testing frameworks
- karma + jasmin
- jest
- cucumber (wdio)
## Getting started
- Install dependencies
```sh
npm ci
cd projects/server
npm ci
```
- Start the server
```sh
npm run start:server
```
- Start the site
```sh
npm run start:site
```