Skip to content

e9x/stomp-demo

Repository files navigation

SystemYA TOMP Frontend

This is an example of combining the static Bare server example with our TOMP implementation.

Quickstart

  1. Clone the repository
git clone https://github.com/sysce/stomp-demo.git
cd tomp-demo
  1. Install dependencies
npm install
  1. Start the server
npm start

Start the server on a different port:

PORT=9090 npm start