We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b09b57b commit 5460a51Copy full SHA for 5460a51
README.md
@@ -23,17 +23,18 @@ Create a new backend API application:
23
node-mongo test-folder ts
24
````
25
26
-Change directory into generated the `test-folder` and run:
+Change directory into generated the `test-folder`, and install the dependencies:
27
28
29
-npm run dev:atlas
+npm install
30
31
32
-Or run:
+Start the automated development server and choose your preferred connection setup type (MongoDB ATLAS or Local):
33
34
35
-npm run dev:local
+npm run dev
36
37
+
38
#
39
40
Find a more comprehensive usage guide in the [node-mongo user docs](https://code-collabo.gitbook.io/node-mongo-user/node-mongo-user-docs/readme)
0 commit comments