Install ngx-admin
Install tools Git - https://git-scm.com Node.js - https://nodejs.org . Please note the version should be >=8 Npm - Node.js package manager, comes with Node.js. Please make sure npm version is >=5 Download the code When you completed tools setup, you need to download the code of ngx-admin application. The easiest way to do that is to clone GitHub repository: Open cmd prompt and run the below command:==> git clone https://github.com/akveo/ngx-admin.git After clone is completed, you need to install npm modules: cd ngx-admin && npm i run a local copy npm start