Skip to content

naratipud/angular-tour-of-heroes

Repository files navigation

Angular - Tour Of Heroes

Dependency Status devDependency Status Angular Style Guide

Simple Angular app made with {{   ❤️   }}

Based on

Angular 4 / Angular CLI

Getting Started

git clone https://github.com/naratipud/angular-tour-of-heroes.git toh

cd toh

npm i

Development server

Runs the TypeScript compiler and launches the app:

npm start

Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Prerequisites