Open the command prompt or terminal window and ‘cd’ to the directory where Experience Builder - Developer Edition was unzipped and proceed to the client folder
Type npm ci and hit enter. This action may take a few minutes to complete
Open up a command prompt (Windows) or terminal window (Mac) and ‘cd’ to the directory where Experience Builder - Developer Edition was unzipped and proceed to the server folder
Type npm ci and hit enter. This action may take a few minutes to complete
Once each of those actions are completed, type in npm start in each command prompt or terminal window
...