Skip to content

8pointers/angular-workshop-exercises

Repository files navigation

Modern Web Applications With Angular and TypeScript

Prerequisites

Quick Start

git clone https://github.com/8pointers/angular-workshop-exercises.git
cd angular-workshop-exercises
npm install
npm start

Development server

Starting development server:

npm start ex01-intro

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

Code scaffolding

Creating a new component:

npm run generate component message-of-the-day -- --project=ex02-component

Build

Building a project:

npm run build ex01-intro -- --prod=true

The build artifacts will be stored in the dist/ directory.

Running unit tests

Running unit tests via Karma:

npm test ex01-intro

Running end-to-end tests

Running end-to-end tests via Protractor.

npm run e2e ex01-intro

About

Modern Web Applications With Angular and TypeScript workshop

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published