The team work of: @utrennik @RealOneReal @HelenBassa
Pointing-poker is a card game based on the concept of the traditional project management, it represents scrum methodology of software development.
- Clone this repo to your local machne and install dependencies:
cd client
npm install
cd ..
cd server
npm install
- Go to the server/ folder and run the server. It will run on you localhost at port 8000
npm run start
- Go to the client/ folder and run the client. It will run on you localhost at port 8080
npm run dev
4.Run all tests :
npm run test
=======