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 e8b9e47 commit 181ad56Copy full SHA for 181ad56
README.md
@@ -41,6 +41,12 @@ to install and build app before run it
41
42
to run production app version
43
44
+## Testing
45
+
46
+### `npm test`
47
48
+runs concurrently tests for client and server
49
50
## MongoDb
51
52
Local `mongoUri` will be `"mongodb://localhost:27017/mydb"`
@@ -127,10 +133,10 @@ module.exports = {
127
133
128
134
## [JSDoc](https://jsdoc.app/) documentation
129
135
130
-### Generate
136
+### `npm run doc`
131
137
132
-run `npm run doc`
138
+use to generate documentation
139
-### View
140
+### View [react-notes-docs](http://react-notes-docs.std-1033.ist.mospolytech.ru)
141
-[react-notes-docs](http://react-notes-docs.std-1033.ist.mospolytech.ru)
142
+to see exiting docs
0 commit comments