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:build
The
npm run java:build
command builds the application (compiles TypeScript and copies assets) intobackend/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 thecom.fabiosomaglia.backend.BackendApplication
class from your IDE.Alternatively you can use the Spring Boot Maven plugin like so:
cd backend/ mvn spring-boot:run
The web application is accessible via localhost:8080
For building and running the application you need: