mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
chore: cleanup documentation (#29552)
This commit is contained in:
@@ -17,17 +17,21 @@ specific language governing permissions and limitations
|
||||
under the License.
|
||||
-->
|
||||
# Test client application
|
||||
|
||||
This Express web application is provided for testing the WebSocket server. It is not required for running the server application, and is provided here for testing and development purposes only.
|
||||
|
||||
## Running
|
||||
|
||||
First, start the WebSocket server:
|
||||
```
|
||||
|
||||
```bash
|
||||
cd ..
|
||||
npm run dev-server
|
||||
```
|
||||
|
||||
Then run the client application:
|
||||
```
|
||||
|
||||
```bash
|
||||
cd client-ws-app
|
||||
npm install
|
||||
npm start
|
||||
|
||||
Reference in New Issue
Block a user