Website Entry Point
Each website has one single entry point. This is the first page that is loaded when the website is accessed.
You can use the appEntry node to create the entry point for your website.
While there can only be one entry point, however, you can create a router using router node which directs the user to different pages based on the URL.
This is generally the best way to create a website. You can use the appEntry node to create the entry point for your website, and define your routes and the router will take care of all those routes for your visitors.
⚠️Caution
There can only be and has to be exactly one appEntry node if you wish to deploy the project.
A deployment node takes an appEntry node as input and deploys the project online.