This repository is a simple "Hello World" example to get started with the NodeJS Toolset in CodeOnline.
- Install the NodeJS toolset via the
workspace.yml
in your CodeOnline Workspace.
install:
- nodejs-toolset
- Add the example repository to the
workspace.yml
.
repositories:
- name: nodejs-example
git: https://github.com/codeonline-io/nodejs-example.git
postInstall: npm install
The following steps explain how to run this example in your CodeOnline Workspace.
- Open the 'Run' panel on the left-side of the screen.
- Select "nodejs-example" run configuration
- Hit the Run button, to start the application with a debugger attached.
- Go to https://code.codeonline.io/proxy/8080 to see the example.