Run:
npm install
and
npm start
and go to http://localhost:5000.
docker build -t asyncapi-playground .
docker run -d --name asyncapi-playground -p 83:5000 asyncapi-playground:latest
Then browse to http://localhost:83/
Run:
npm install
and
npm start
and go to http://localhost:5000.
docker build -t asyncapi-playground .
docker run -d --name asyncapi-playground -p 83:5000 asyncapi-playground:latest
Then browse to http://localhost:83/