generator-angular-typescript-sass
v4.1.1
Published
Seed project for angular + typescript + sass
Downloads
10
Maintainers
Readme
generator-angular-typescript-sass
Quick start webapp with AngualrJS, Typescript, sass.
Features
Please see our gulpfile for up to date information on what we support.
- Browserify with AngualrJS v1.6.2 and Angular-ui-router v1.1.36
- Typescript ^v2.1.6
- Built-in preview server with BrowserSync
- Automagically compile Sass
- Map compiled CSS to source stylesheets with source maps
Installation
First, install Yeoman and generator-angular-typescript-sass npm (we assume you have pre-installed node.js).
Install Yeoman and generator:
npm install -g yo
npm install -g generator-angular-typescript-sass
Then generate your new project:
yo generator-angular-typescript-sass
Yeoman will create a project with the following structure:
.
├── app
│ │── _typescript
│ │── script
│ │── _sass
│ │── styles
│ │── fonts
│ │── images
│ │── views
│ │── main.ts
│ └── index.html
├── node_modules
├── README.md
├── .gitignore
├── tsconfig.json
├── package.json
└── gulpfile.js
Getting Started
DEV:
gulp watch
DEPLOY:
gulp release
License
MIT © Leon Yip