Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mablay/angular-ts
Angular TypeScript Scaffold
https://github.com/mablay/angular-ts
Last synced: 8 days ago
JSON representation
Angular TypeScript Scaffold
- Host: GitHub
- URL: https://github.com/mablay/angular-ts
- Owner: mablay
- Created: 2016-01-27T21:45:03.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-28T16:59:05.000Z (almost 9 years ago)
- Last Synced: 2023-03-02T09:41:23.423Z (over 1 year ago)
- Language: ApacheConf
- Size: 114 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Angular TypeScript Scaffold
Use as template for angular apps written in TypeScript, since the original scaffold is outdated.
## Global Requirements
* [bower](https://github.com/bower/bower) Package manager for the browser
* [TypeScript](https://github.com/typings/typings) JavaScript meta language
* [typings](https://github.com/typings/typings) TypeScript definition manager
* [GruntJS](https://github.com/gruntjs/grunt) Task runner for the build chainnpm install -g bower grunt grunt-cli typescript typings tsc
## Setup
git clone [email protected]:pisquared/angular-ts.git
cd angular-tsnpm install
bower install
typings install## Further Scaffolding
I recommend [Yeoman](http://yeoman.io/) with [generator-angular-typescript](https://github.com/onshape/generator-angular-typescript)
npm install -g yo generator-angular-typescript
Example usage
yo angular-typescript:route myroute --typescript