/scrum-poker

Primary LanguageTypeScript

scrum-poker-backend

Minimal Spring Boot sample app.

Requirements

For building and running the application you need:

Running the application locally

There are several ways to run a Spring Boot application on your local machine. One way is to execute the main method in the com.example.scrumPoker.ScrumPokerApplication class from your IDE.

Alternatively you can use the Spring Boot Maven plugin like so:

cd scrum-poker-backend
mvn spring-boot:run

The app will run a socket connection server with endpoint http://localhost:8090

scrum-poker

This project was bootstrapped with Create React App.

Available Scripts

Installs libraries:

cd scrum-poker
npm i

Runs the app in the development mode.

npm start

Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.