Skip to content

Sayan751/planning-poker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

planning-poker

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

Install the dependencies.

npm ci

Run the server

cd server
npm start

Run the client

cd client
npm start