SystemYA TOMP Frontend

September 29, 2022 ยท View on GitHub

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