This is a React.js + Express.js Scrum Poker Planning web application, that allows project management for scrum masters and developers.
In the project directory, you can run:
This command installs required node packages for the application to run, listed in package.json
.
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
You should also run node server.js
to communicate with local Express.js backend.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.