aitorjs / angular2-seed

Base angular2 seed: gulp, browserify, SASS, npm packages, tslint, minification, serve, use example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install

npm install

Run

npm run build_dev OR npm run build_prod

Watch && Live reload

gulp serve / npm run watch

Works for HTML SCSS (SASS) and ts (TypeScript) files.

Linter

gulp tslint

Typings

 npm run typings

For further information take a look at this blog post.

Update local dependencies

$ npm install -g npm-check-updates
$ npm-check-updates -u
$ npm install 

Add npm package

import { encode, decode } from '../node_modules/uuid-base64/index.js'

let id = encode('a14a9df2-8e0d-42ef-8075-5c38b0f93c03')
let dec = decode(id)

Example. Weather in three day of a coordenates.

Links

TSLint configurable rules (http://palantir.github.io/tslint/rules/)

TODO

License

GPL-3.0 (https://www.gnu.org/licenses/gpl.html)

About

Base angular2 seed: gulp, browserify, SASS, npm packages, tslint, minification, serve, use example


Languages

Language:TypeScript 46.3%Language:JavaScript 39.0%Language:HTML 11.8%Language:CSS 2.9%