This repository contains material for the TypeScript and Angular Workshops.
- Install Node.js
- Clone repository
- Run
npm install
to install dependencies - Run
npm run build
to build presentation intodist
folder. You can put thisdist
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
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