Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rstropek/ts-angular-workshop

TypeScript and Angular Workshop
https://github.com/rstropek/ts-angular-workshop

angular angular-workshops fundamentals hacktoberfest training-material typescript

Last synced: 6 days ago
JSON representation

TypeScript and Angular Workshop

Awesome Lists containing this project

README

        

# TypeScript and Angular Workshop

This repository contains material for the TypeScript and Angular Workshops.

## View Material

* [Open in browser](https://rstropek.github.io/ts-angular-workshop)
* [Get printable version](https://rstropek.github.io/ts-angular-workshop?print-pdf)

## Build and Run

* Install [Node.js](https://nodejs.org/en/)
* Clone repository
* Run `npm install` to install dependencies
* Run `npm run build` to build presentation into `dist` folder. You can put this `dist` folder on a webserver to publish the material.
* Run `npm start` during content creation to build in case of changes and serve using a local dev server

## Content

This repository contains slides (based on *Markdown*) and hands-on exercises with solutions. It covers the following topics:

* Node.js Fundamentals
* NPM Fundamentals
* ECMAScript Fundamentals
* TypeScript Fundamentals
* Angular Fundamentals