An open API service indexing awesome lists of open source software.

https://github.com/or13/amtg

Angular Material TypeScript Gulp
https://github.com/or13/amtg

Last synced: 11 months ago
JSON representation

Angular Material TypeScript Gulp

Awesome Lists containing this project

README

          

### Angular Material TypeScript Gulp Seed App

#### [Presentation Slides](https://docs.google.com/presentation/d/1c2TA0afccSeynkcCXIGI65E-Ah1QeBDsMv2SCWGffHg/pub?start=false&loop=false&delayms=3000)

#### Installation:

``` sudo npm install gulp tsd -g ```

``` git clone git@github.com:OR13/AMTG.git ```

``` npm install && bower install && tsd install```

#### Local development:

``` gulp serve ```

#### Production build:

``` gulp build ```

#### Deploy build to Github Pages:

``` gulp gh-deploy ```

#### Recommended IDEs:

- [Atom](https://atom.io/)
- [Visual Studio Code](https://code.visualstudio.com/)

This code is based off the most excellent: [Swiip generator-gulp-angular](https://github.com/Swiip/generator-gulp-angular)