You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,8 @@ Testing to Deployed a [Node.js](https://nodejs.org) Back-End Notes App API in Go
6
6
7
7
* Run `npm install` to install all of the required dependencies.
8
8
* Start the server in Production mode run `npm run start` and to start in Development mode just simply run `npm run dev` that's pretty much it.
9
-
* Make sure that `disable` the value of <b>Block insecure private network</b> in `chrome://flags` to avoid <b>Same-Origin Policy</b> problems in browser. After that don't forget to set it back to the `default` value.
9
+
10
+
> <b>Note:</b> Make sure that `disable` the value of <b>Block insecure private network</b> in `chrome://flags` to avoid <b>Same-Origin Policy</b> problems in browser. After that don't forget to set it back to the `default` value.
0 commit comments