Skip to content
This repository has been archived by the owner on Aug 12, 2021. It is now read-only.

robrich/AngularIn20TypeScript

 
 

Repository files navigation

AngularIn20TypeScript

Simple AngularJS Application with TypeScript, you can view video about typescript and angular in 20 minutes at ngconf2015 on youtube

Usage

  • Install global dependencies if necessary

      npm install -g gulp-cli bower tsd superstatic
    

or add node_modules/.bin to $PATH:

Windows:

	set PATH=%PATH%;node_modules\.bin

Linux / OSX:

	set PATH=$PATH:node_modules/.bin
  • Install node packages:

      npm install
    
  • Retrieve bower components

      bower install
    
  • Retrieve typescript definitions list

      tsd reinstall -so
    
  • Run gulp

      gulp
    
  • Launch the server

      superstatic
    
  • Open browser at http://localhost:3474/

About

Simple AngularJS Applications with TypeScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 31.7%
  • TypeScript 31.4%
  • CSS 20.1%
  • HTML 16.8%