Skip to content

Short introduction to the Angular framework using TypeScript.

Notifications You must be signed in to change notification settings

littleendians/intro-angular-typescript

Repository files navigation

Prerequisite

You need to have NodeJS installed on our machine.

Consider installing nvm for either mac or linux or for Windows

Prepare

Clone or download the repository

Install dependencies

Global dependencies

Install the TypeScript compiler and tools

npm i -g typescript

Install Angular CLI tools

npm i -g @angular/cli

Project dependencies

In the cloned directory:

npm install

Serve the application

npm start

About

Short introduction to the Angular framework using TypeScript.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published