mirror of
https://github.com/dbgate/dbgate
synced 2024-11-07 12:13:57 +00:00
docs
This commit is contained in:
parent
8a6275250e
commit
40ad9805b6
@ -119,7 +119,7 @@ If you want more control, run WEB application:
|
|||||||
yarn # install NPM packages
|
yarn # install NPM packages
|
||||||
```
|
```
|
||||||
|
|
||||||
And than run 3 terminals:
|
And than run following 3 commands concurrently in 3 terminals:
|
||||||
```
|
```
|
||||||
yarn start:api # run API on port 3000
|
yarn start:api # run API on port 3000
|
||||||
yarn start:web # run web on port 5000
|
yarn start:web # run web on port 5000
|
||||||
@ -135,10 +135,10 @@ cd app
|
|||||||
yarn # install NPM packages for electron
|
yarn # install NPM packages for electron
|
||||||
```
|
```
|
||||||
|
|
||||||
And than run 3 terminals:
|
And than run following 3 commands concurrently in 3 terminals:
|
||||||
```
|
```
|
||||||
yarn start:web # run web on port 5000 (only static JS and HTML files)
|
yarn start:web # run web on port 5000 (only static JS and HTML files)
|
||||||
yarn lib # watch typescript libraries and plugins modifications in third terminal
|
yarn lib # watch typescript libraries and plugins modifications
|
||||||
yarn start:app # run electron app
|
yarn start:app # run electron app
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user