Skip to content

Maat5/angular2-typescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

angular2-typescript

Based on Mosh Hamedani - Angular 2 with TypeScript for Beginners: The Pragmatic Guide


This repo contains some cool and reusable components based on angular2 and typescript


What do you need to execute this app on your computer?

  • node.js - evented I/O for the backend
  • Npm - npm is the package manager for node.js
  • Typescript TypeScript is a language for application-scale JavaScript. TypeScript adds optional types, classes, and modules to JavaScript.
  • typings The manager for TypeScript definitions.

Installation

Is recommend to install typescript and typings globally:

$ npm install -g typescript
$ npm install -g typings

How to run it

First you need to install all required node modules, so execute this

$ npm install

Then, you need to run our app, so with this command you can run a server witch will be open the app automatically:

$  npm start

About

Angular 2 with typescript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published