We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c93fdf0 commit a72a109Copy full SHA for a72a109
1 file changed
README.md
@@ -6,6 +6,7 @@ Testing to Deployed a [Node.js](https://nodejs.org) Back-End Notes App in Google
6
7
* Run `npm install` to install all of the required dependencies.
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 <b>Block insecure private network</b> in `chrome://flags` to avoid <b>Same-Origin Policy</b> problems in browser.
10
11
12
## Google Cloud Console
0 commit comments