Real-time app that can be used to plan your sprint using the Fibonacci sequence
Install the backend dependencies
$ npm install
Install the frontend dependencies
$ cd frontend
$ npm install
Start the backend
$ npm start
Start the frontend
$ cd frontend
$ npm start