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