theanadimukt / ngx-mat

ngx-mat demo

Home Page:https://theanadimukt.github.io/ngx-mat/dashboard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ngx-Mat

Demo

https://sagarpatel9697.github.io/ngx-mat/dashboard

Setting up environment

Prerequisite

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 + Material

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.

About

ngx-mat demo

https://theanadimukt.github.io/ngx-mat/dashboard

License:MIT License


Languages

Language:TypeScript 49.2%Language:HTML 28.0%Language:SCSS 17.8%Language:JavaScript 5.0%