Skip to content

Commit 7355a09

Browse files
Merge branch 'patch-2' of https://github.com/micalevisk/docs.nestjs.com into micalevisk-patch-2
2 parents 8c6e4f8 + 601f4ae commit 7355a09

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

content/introduction.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ Open your browser and navigate to [`http://localhost:3000/`](http://localhost:30
4242

4343
To install the JavaScript flavor of the starter project, use `javascript-starter.git` in the command sequence above.
4444

45-
You can also manually create a new project from scratch by installing the core and supporting packages. In this case, of course, you'll be responsible for creating the project boilerplate files yourself.
46-
In this case you should at least has the following dependencies: `@nestjs/core`, `@nestjs/common`, `rxjs` and `reflect-metadata`
47-
Here is a short article on how to create a full project: [5 steps to create a bare minimum NestJS app from scratch!](https://dev.to/micalevisk/5-steps-to-create-a-bare-minimum-nestjs-app-from-scratch-5c3b)
45+
You can also start a new project from scratch by installing the core and supporting packages. Keep in mind that you'll need to set up the project boilerplate files on your own.
46+
47+
At a minimum, you'll need these dependencies: `@nestjs/core`, `@nestjs/common`, `rxjs`, and `reflect-metadata`.
48+
49+
Check out this short article on how to create a complete project: [5 Steps to Create a Bare Minimum NestJS App from Scratch!](https://dev.to/micalevisk/5-steps-to-create-a-bare-minimum-nestjs-app-from-scratch-5c3b).)

0 commit comments

Comments
 (0)