I'm pretty new to Salesforce, Lightning and the Visualforce coding. While it seems to be possible to code Visualforce Pages in Lightning design with JavaScript etc. I was curious if there is already a GitHub Repository maybe that provides an example page.
Doesn't have to be more than a couple input fields that looks exactly like the 'Record Details' Lightning component that contains all the fields assigned to an object.
Additionally, I was curious how I can retrieve the object ID from the URL with the new lightning way of doing it since the APEX classes are not supported yet.
I wouldn't mind going through a course / tutorial either but it's tough to find some good examples out there that represent the newest way of doing things.
Thank you