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
- Host: GitHub
- URL: https://github.com/or13/amtg
- Owner: OR13
- Created: 2015-05-09T00:02:48.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-02-05T15:25:55.000Z (over 10 years ago)
- Last Synced: 2025-04-07T17:48:48.666Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://AMTG.OR13.IO
- Size: 1.26 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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)