Summary
In this chapter, you have learned how to use Spring Initializr to generate the backend scaffold and use @vue/cli
to generate the frontend scaffold. You have also learned how to combine the build process of the two ends and bridge the communication between these two parts.
At the end of the chapter, we also fixed an issue with the missing README.md
 commit. And now, we're ready to move on to the next chapter and to build the User
module of TaskAgile.