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

https://github.com/sayan751/planning-poker

This is a toy planning-poker app.
https://github.com/sayan751/planning-poker

planning-poker toy

Last synced: 9 months ago
JSON representation

This is a toy planning-poker app.

Awesome Lists containing this project

README

          

# planning-poker

**This is a npm7 workspace; ensure that you have the latest LTS of Node.js is installed.**

Install the dependencies.

```shell
npm ci
```

Run the server

```shell
cd server
npm start
```

Run the client

```shell
cd client
npm start
```