Skip to content

Commit 181ad56

Browse files
committed
Update README.md
1 parent e8b9e47 commit 181ad56

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@ to install and build app before run it
4141

4242
to run production app version
4343

44+
## Testing
45+
46+
### `npm test`
47+
48+
runs concurrently tests for client and server
49+
4450
## MongoDb
4551

4652
Local `mongoUri` will be `"mongodb://localhost:27017/mydb"`
@@ -127,10 +133,10 @@ module.exports = {
127133

128134
## [JSDoc](https://jsdoc.app/) documentation
129135

130-
### Generate
136+
### `npm run doc`
131137

132-
run `npm run doc`
138+
use to generate documentation
133139

134-
### View
140+
### View [react-notes-docs](http://react-notes-docs.std-1033.ist.mospolytech.ru)
135141

136-
[react-notes-docs](http://react-notes-docs.std-1033.ist.mospolytech.ru)
142+
to see exiting docs

0 commit comments

Comments
 (0)