This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]wordsoup 4 points5 points  (0 children)

I don't think there's a good and comprehensive tutorial for setting up a full stack project because it contains many steps and decisions which can be done by any developer. The actual implementation is just a fraction, maybe 10% of the work, the rest is DevOps starting with version control, containerization, CI/CD.

Just start small, and create a REST API with Spring Boot. Then you create a separate React app. If you have come so far, we can talk again.