Skip to content

Commit 32e720a

Browse files
authored
Merge pull request #3821 from JNasri/patch-1
Update part3a.md
2 parents ead6fcd + ea79122 commit 32e720a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/content/3/en/part3a.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -779,6 +779,8 @@ What exactly is happening in that line of code? <em>notes.map(n => n.id)</em> cr
779779

780780
**NB:** Because this is not a frontend project and we are not working with React, the application <strong>is not created</strong> with create vite@latest -- --template react. You initialize this project with the <em>npm init</em> command that was demonstrated earlier in this part of the material.
781781

782+
**NB:** Because the "node_modules" is created using "npm init", it will not be excluded when you are trying to add your code to git using "git add .", therefore please create a file called ".getignore" and write "node_modules" so that git ignores it everytime you try to add, commit or push to a remote repo.
783+
782784
**Strong recommendation:** When you are working on backend code, always keep an eye on what's going on in the terminal that is running your application.
783785

784786
#### 3.1: Phonebook backend step 1

0 commit comments

Comments
 (0)