Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/g-sari/angular-material-starter-kit
A starter kit for Angular Material
https://github.com/g-sari/angular-material-starter-kit
angular angular-material angular2 angular4 material-design starter-kit
Last synced: about 13 hours ago
JSON representation
A starter kit for Angular Material
- Host: GitHub
- URL: https://github.com/g-sari/angular-material-starter-kit
- Owner: g-sari
- Created: 2017-08-24T14:33:16.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-02T10:37:14.000Z (about 6 years ago)
- Last Synced: 2024-11-09T13:40:15.554Z (about 2 months ago)
- Topics: angular, angular-material, angular2, angular4, material-design, starter-kit
- Language: TypeScript
- Size: 6.45 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 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](demo.png)## 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:
```javascript
npm -version
```
You should see a version number like 3.10.10.To install angular-cli, execute the following command in your terminal:
```javascript
npm install -g @angular/cli
```
To check if angular-cli is installed successfully, just type after the installation
```javascript
ng --version
```
Install required dependencies for the project
Open a terminal and navigate to the project root folder and type
```javascript
npm install
```## How to run the application
To start the application open a terminal navigate to the project root folder and type
```javascript
ng serve
```
The application should now run on http://localhost:4200## Documentation
For more documentation take a look into the documentation folder.