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
- Clone the repository
git clone https://github.com/sysce/stomp-demo.git
cd tomp-demo
- Install dependencies
npm install
- Start the server
npm start
Start the server on a different port:
PORT=9090 npm start