Skip to content

naratip-udx/ngx-toh

Repository files navigation

Tour of Heroes

Angular Style Guide

Prerequisites

Setup

Install dependencies

cd <ngx-toh>

yarn install

Run server

yarn start

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

Run tests

# Unit test
yarn test

# e2e test
yarn run e2e

Docker support

# Run server
docker-compose up [--detech/-d]

Visit http://localhost:4201/ in your browser.