Skip to content

kvzivn/angular2-ot-site

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ot-site example

This is a demo of the ot-site code from the ng-conf talk and related blog post.

It's built on top of Pawel Kozlowski's wonderful ng2-play repo for Angular 2 bootstrapping. See below for setup instructions from his README:

Install

Clone this repo and execute in your favourite shell:

  • npm i -g gulp to install gulp globally (if you don't have it installed already)
  • npm i to install local npm dependencies

Play

After completing installation type in your favourite shell:

  • gulp play to start a "Hello World" app in a new browser window. App files are observed and will be re-transpiled on each change.

Dependencies

  • ES6 -> ES5 transpilation
    • traceur: ES6 -> ES5 transpilation
  • ES6 modules loading
    • es6-module-loader: ES6 module loader polyfill
    • systemjs: plugins for the ES6 module loader to handle different module formats - this is mostly needed to load module format generated by traceur

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 64.6%
  • HTML 35.4%