We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5281e0a commit 4c8a865Copy full SHA for 4c8a865
ReadMe.md
@@ -17,6 +17,8 @@ npm install express
17
npm install --save-dev nodemon
18
//for logging
19
npm install morgan
20
+//CORES! for cross-origin hosting
21
+npm install cors
22
23
to create a json server:
24
// use -g to make it global, ADMIN PRIVLEGES NEEDED
0 commit comments