https://sagarpatel9697.github.io/ngx-mat/dashboard
Following things need to be installed in your machine.
- NodeJS
1- At very start you need to clone code repo with the following instructions:
$ git clone <git_repo_path_goes_here> <folder_name_here>
$ cd <folder_name_here>
2- Once repository cloned in your machine, lets install angular globally.
$ npm install -g @angular/cli
3- After global things are installed, some local stuff also need to be installed here.
$ npm install
4- For development purpose you need to run project through terminals by using following:
$ ng serve -o
It will serve project at http://localhost:4200
angular-cli
is used for resource builder of frontend. You can find following links usefull.
material
is used for UI layout of frontend. You can find following links usefull.