Skip to content

Latest commit

 

History

History
82 lines (52 loc) · 2.09 KB

README.md

File metadata and controls

82 lines (52 loc) · 2.09 KB

Planning Poker

Codacy Badge dependencies Status devDependencies Status

Let's make your planning session go online!

Getting Started

If you want to start project locally follow the instructions below.

Prerequisites

node.js ^8.*.*

npm or yarn as package manager

Installing

First install packages in root folder of the project.

yarn install

Then go to /client folder and repeat

cd client/
yarn install 

Next you need to go to the package.json in your /client and change or add line to

"proxy": "http://localhost:5000",

This allow our create-react-app application to know where our api is running (which port and domain if you have server on different machine). After you finish just type in root folder

yarn dev

And that's it!

Testing

jest, enzyme, sinon

To test type

yarn test

Deployment

After you deploy this program into some kind of hosting you need to remember to change proxy in our package.json in /client/package.json to

"proxy": "yourdomain",

Built With

Authors

  • Sebastian Ogarek - Main work - ProPanek

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details