Edge Delivery Services developer prerequisites

This video describes all the pieces a developer will need to begin developing for Edge Delivery Services.

Transcript
With Edge Delivery Services, AEM delivers exceptional experiences that drive engagement and conversions. AEM does so by delivering high-impact experiences that are fast to author and develop. It is a composable set of services that enables a rapid development environment where authors can update and publish quickly and new sites are launched rapidly. As such, with Edge Delivery Services you can improve conversion, reduce costs, and provide extreme content velocity. This tutorial will get you up and running with a new Adobe Experience Manager, AEM, project. In 10 to 20 minutes, you will have created your own site and be able to create, preview, and publish your own content, styling, and add new blocks. Prerequisites You have a GitHub account and understand Git basics. You have a Google or SharePoint account. You understand the basics of HTML, CSS, and JavaScript. You have Node slash NPM installed for local development. This tutorial uses macOS, Chrome, and Visual Studio Code as the development environment and the screenshots and instructions reflect that setup. You can use a different operating system, browser, and code editor, but the UI you see and steps you must take may vary accordingly. The agenda for this course is as follows. Use the Adobe provided boilerplate template to start a project. Install Node.js. Setup Google Drive or SharePoint as a content repository. Preview and publish content. Develop and styling using a local development environment. There are many other videos in this course that can be referenced for specific topics and actions available from the landing page.

Install Node.js

To start developing for Edge Delivery Services, having Node.js installed on your system is essential. You can verify if Node.js is already installed by running node -v in your command line, which will display the current version if it’s present. If Node.js is not installed on your system, please refer to the accompanying video below for detailed installation instructions.

Transcript
Let’s talk about how to install Node.js. Node.js is a runtime environment that empowers developers to execute JavaScript code on the server side, extending its capabilities beyond the confines of the web browser. Implementing Node.js is NPM, a robust package manager designed to publish JavaScript packages, also called Node modules, to the NPM registry. NPM is a valuable tool for effortlessly installing packages into your applications. To begin the Node.js installation process, visit the official website and locate the installer for your platform. As demonstrated here, after downloading the installer, run the executable. Follow the straightforward steps, accepting the terms and conditions, and proceed with the installation on your machine. Once the installation is complete, it’s crucial to verify its success. Open a command line or terminal window and type the following command, node –v. If Node.js has been installed correctly, this command will return the installed version number, as illustrated below.
recommendation-more-help
bb44cebf-d964-4e3c-b64e-ce882243fe4d