Skip to content

rkirov/ng-hackathon-starter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#ng-hackathon-starter

This simple project demonstrates:

  • Template Syntax
  • Events
  • Routing
  • Http

It uses the in-browser TypeScript compiler, so no tools are required. Just edit the .ts files.

Big thanks to @robwormald for help with using jspm to bundle up Angular 2 and the dependencies.

Run it with http-server:

npm install http-server -g

This will install http-server globally so that it may be run from the command line.

And then in the project's directory:

http-server 

About

An Angular 2 starter project for the ng-hackathon

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.9%
  • Other 0.1%