Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 511 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 511 Bytes

stx-example

Vue example for stx state manager.

Below is a demonstration of two different browsers connected to the same server side by side.

Screenshot

How to run locally

# Install dependencies
npm install

# Start server
npm run server

# Start client
npm run client

Now open the localhost URL in multiple browsers side by side and test it with different users.