Version:
node 12
npm 6
node -v
npm -v
You can get your own fork/copy of Frontend by using the Fork button.
You need to clone (download) it to a local machine using git clone https://github.com/samagra-comms/uci-admin.git
Once you have cloned the uci-admin repository in GitHub, move to that folder first using the change directory command.
This will change directory to a folder
cd uci-admin
Move to this folder for all other commands.
Run the following commands to see that your local copy has a reference to your forked remote repository in GitHub
git remote -v
By running the above command, you can see that the local copy has a reference to the forked remote repository in GitHub.
origin https://github.com/samagra-comms/uci-admin.git (fetch)
origin https://github.com/samagra-comms/uci-admin.git (push)
npm install
ng build –prod
Build @dist
ng serve
Browse - http://localhost:4000
Run standalone module in dev environment