- Chrome or Firefox
- Node LTS or higher
- Visual Studio Code, WebStorm or your preferred TypeScript IDE.
You will find all resources and task for this course in the Wiki.
# Open in own terminal session
npm run start:playground
Starting the project will start an Angular application and a NestJS Backend.
# Open in own terminal session
npm start
# Angular Application: http://localhost:4200
# NestJS Backend: http://localhost:3000