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:buildcommand 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
mainmethod in thecom.fabiosomaglia.backend.BackendApplicationclass 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:
