Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rstropek/ts-angular-workshop
- Owner: rstropek
- License: mit
- Created: 2020-05-10T14:31:44.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-04-23T07:35:03.000Z (over 1 year ago)
- Last Synced: 2023-08-14T08:11:02.191Z (about 1 year ago)
- Topics: angular, angular-workshops, fundamentals, hacktoberfest, training-material, typescript
- Language: TypeScript
- Homepage: https://rstropek.github.io/ts-angular-workshop/#/
- Size: 9.11 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 93
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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