Skip to content

A Simple Hello World example to get started with the NodeJS Toolset in CodeOnline

Notifications You must be signed in to change notification settings

codeonline-io/nodejs-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NodeJS example for CodeOnline

This repository is a simple "Hello World" example to get started with the NodeJS Toolset in CodeOnline.

Usage

  1. Install the NodeJS toolset via the workspace.yml in your CodeOnline Workspace.
install:
- nodejs-toolset
  1. Add the example repository to the workspace.yml.
repositories:
- name: nodejs-example
  git: https://github.com/codeonline-io/nodejs-example.git
  postInstall: npm install

Run the example

The following steps explain how to run this example in your CodeOnline Workspace.

  1. Open the 'Run' panel on the left-side of the screen.
  2. Select "nodejs-example" run configuration
  3. Hit the Run button, to start the application with a debugger attached.
  4. Go to https://code.codeonline.io/proxy/8080 to see the example.

About

A Simple Hello World example to get started with the NodeJS Toolset in CodeOnline

Resources

Stars

Watchers

Forks