Giter Site home page Giter Site logo

codacy-badger / planningpoker Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ogaseb/planningpoker

0.0 0.0 0.0 1.19 MB

Planning Poker/Scrum Poker using node.js and socket.io!

Home Page: https://planning-poker-uk.herokuapp.com/

License: MIT License

JavaScript 96.73% HTML 2.20% CSS 1.07%

planningpoker's Introduction

Planning Poker

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

planningpoker's People

Contributors

ogaseb avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.