Skip to content

ochafik/angular2-rollup-starter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Angular2 Rollup Seed

Yet another Angular2 seed, but this one based on Rollup and BrowserSync.

Note First initial load takes some time so vendor files are generated. Then it runs like a charm with incremental builds which takes about 60ms-100ms.

Usage

Install

First, clone this repository.

git clone https://github.com/jkuri/angular2-rollup-starter.git

Move into cloned directory and run

npm install

Serve

npm run serve

This command serves your app with live-reload enabled.

Production Build

npm run roll

About

Angular2 Rollup.js Starter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 83.5%
  • TypeScript 12.7%
  • HTML 3.8%