mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-25 15:35:58 +00:00
docs
This commit is contained in:
@@ -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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user