Congratulations!

You are now running Bitnami Node.js 16.18.1 in the Cloud.

Quick Start

Connect to your server and run the following commands:

express --view pug ~/projects/sample
cd ~/projects/sample
npm install
DEBUG=sample:* npm start

> sample@0.0.0 start /opt/bitnami/projects/sample
> node ./bin/www

sample:server Listening on port 3000 +0ms