Typing Test
v2.0.0
A modern web app to test your typing speed. Try it now!

Built with:
Install the npm packages and build the frontend
cd frontend/
npm install
npm run java:buildThe npm run java:build command builds the application (compiles TypeScript and copies assets) into backend/src/main/resources/static.
Run the backend
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.fabiosomaglia.backend.BackendApplication class from your IDE.
Alternatively you can use the Spring Boot Maven plugin like so:
cd backend/
mvn spring-boot:runThe web application is accessible via localhost:8080
For building and running the application you need: