项目作者: g-sari

项目描述 :
A starter kit for Angular Material
高级语言: TypeScript
项目地址: git://github.com/g-sari/angular-material-starter-kit.git
创建时间: 2017-08-24T14:33:16Z
项目社区:https://github.com/g-sari/angular-material-starter-kit

开源协议:

下载


Welcome to Angular Material Starter kit

Features

Responsive design
Multiple themes and theming support
Header and sticky footer support
Angular lazy loaded modules
Side navigation
Swiper touch slider support
Youtube API: Search and watch youtube videos
Angular Flex-Layout

Live demo

https://g-sari.github.io/angular-material-starter-kit
demo

Installation

If you don’t have already installed Node.js and angular-cli, follow following instructions.
Install Node.js for your operating system from the following link:
https://nodejs.org/en/

To check if Node.js is installed successfull and open a terminal and type:

  1. npm -version

You should see a version number like 3.10.10.

To install angular-cli, execute the following command in your terminal:

  1. npm install -g @angular/cli

To check if angular-cli is installed successfully, just type after the installation

  1. ng --version

Install required dependencies for the project
Open a terminal and navigate to the project root folder and type

  1. npm install

How to run the application

To start the application open a terminal navigate to the project root folder and type

  1. ng serve

The application should now run on http://localhost:4200

Documentation

For more documentation take a look into the documentation folder.