1. Copy the 2sxc app folder to your computer (in most cases, this is from the web server in /Portals/0/2sxc/Template-Angular8 to something like
    c:\projects\app-template-angular8)
  2. Open the folder in a terminal in the new folder (cmd, bash, PowerShell)
  3. Type cd ng to change to the Angular directory
  4. Install all dependencies with npm ci to get the identical packages as before
  5. Run npm run local to start the Angular development server locally