Skip to content

HafizAhmedMoon/ng2-play

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ng2-play

The goal of this repo is to prepare a minimal ("walking skeleton") project build with Angular2.0 and Typescript

Install

Clone this repo and execute in your favourite shell:

  • npm install -g gulp to install gulp globally (if you don't have it installed already)
  • npm install to install local npm dependencies
  • npm install -g tsd to install typescript definition manager globally (if you don't have it installed already)
  • tsd reinstall to install typings for typescript

Play

After completing installation type in your favourite shell:

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

About

Angular2.0 and Typescript with Gulp setup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors