generator-angular-typescript-sass

4.1.1 • Public • Published

generator-angular-typescript-sass

NPM version Build Status Dependency Status Download Month

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

Package Sidebar

Install

npm i generator-angular-typescript-sass

Weekly Downloads

1

Version

4.1.1

License

MIT

Last publish

Collaborators

  • leonyip