An open API service indexing awesome lists of open source software.

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

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
```