This is an example of a website's homepage that is combined with AngularJS 2. This project can be used as the basis for your websites. It is based on this template.
Download the latest version of Node.js. Make sure you download the "Recommended for Most Users" stable version. This will install Node.js, as well as, npm (Node Package Manager).
Clone this repo into a new project folder. You may also download it as a ZIP file.
Once you have the files downloaded, navigate into the root project directory and run the following command. This will install all libraries and dependencies.
npm install
Now you can start the server, which refreshes automatically when you make any changes to files.
npm start