cyleung428 / scrum-poker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About


Languages

Language:TypeScript 49.1%Language:Java 39.1%Language:HTML 7.7%Language:CSS 4.2%