Skip to content

Commit

Permalink
Merge pull request #37 from joematthews/docs/move-nestjs-recommendati…
Browse files Browse the repository at this point in the history
…on-to-tips-and-tricks

docs(readme): move nestjs recommendation
  • Loading branch information
joematthews authored Mar 24, 2024
2 parents c16d4da + 5919046 commit 266f32f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ You can run and explore extreme-angular on StackBlitz: https://stackblitz.com/gi
> [!NOTE]
> If you run into _any issues at all_ with installing, updating, or using extreme-angular, then please search through the [issues](https://github.com/joematthews/extreme-angular/issues). If you do not see a similar issue, then please create a new issue -- thank you! 🙏
If you are looking for a full featured, robust, and enterprise-ready Typescript backend framework that pairs well Angular, then checkout the [NestJS web framework project](https://nestjs.com/). NestJS has features similar to Springboot, .NET and other enterprise web frameworks.

## Table of Contents

- [Installation & Starting](#installation--starting)
Expand All @@ -30,6 +28,7 @@ If you are looking for a full featured, robust, and enterprise-ready Typescript
- [Notes directory](#notes-directory)
- [Updating](#updating)
- [Tips & Tricks](#tips--tricks)
- [NestJS](#nestjs)
- [Inlay Hints](#inlay-hints)
- [Font Ligatures](#font-ligatures)
- [Catppuccin](#catppuccin)
Expand Down Expand Up @@ -271,6 +270,10 @@ git branch -d update

These are tips and tricks I feel are too opinionated to include in the repository. If this section gets out of hand I will probably move it into a separate repository.

### NestJS

If you are looking for a full featured, robust, and enterprise-ready Typescript backend framework that pairs well Angular, then checkout the [NestJS web framework project](https://nestjs.com/). NestJS has features similar to Spring Boot, .NET and other enterprise web frameworks.

### Inlay Hints

I _highly_ recommend enabling [inlay hints](https://code.visualstudio.com/Docs/editor/editingevolved#_inlay-hints) in VSCode. They give me the confidence to use Typescript's [type inference](https://www.typescriptlang.org/docs/handbook/type-inference.html) without feeling the need specify types 'for visibility'.
Expand Down

0 comments on commit 266f32f

Please sign in to comment.