Drupal 8 embed node form in custom page
One more tips that are not well documented in Drupal 8 API. In this tutorial i'll go though with creating a custom module which by default create a new page that simply embeding node creation form
Create the module files
1- Create a new folder in /module directory and name it custom_module
2- Create custom_module.info.yml file with the following definition