/reactor-helloworld-extension

Hello World extension for Launch

Primary LanguageHTMLISC LicenseISC

Hello World extension

This is a Hello World extension for Launch. It can be used as a starting template for developing your own Launch extension.

For more information regarding Launch, please visit our product website.

For more information regarding Launch extension development, please visit our developer documentation. Note the Scaffold tool and Extension Sandbox will be helpful in developing your own Launch extension.

Development Setup

  1. Install node.js. Make sure you have at least npm v4.0 installed.
  2. Clone this repository.
  3. After navigating into the project directory, install project dependencies by running npm install.
  4. Start the sandbox task by running npm run sandbox.