Steps for installing sociolitic frontend in local Install angular CLI Open terminal in project directory and do npm install Open /src/app/shared/constants.ts and assign server variable as localhost. String constants for both localhost and prod are provided. Run ng serve --open