The Basics
In the GDC, we have created our own project template for Godot 4.5. This will cover most of the basics as far as LFS configuration and scaffolding.
Casing
Use snake_case for file and folder names
Use PascelCase for node names
Further Reading
Please also familiarize yourself with the following: