Skip to content

Development Environment

hutterd edited this page Sep 13, 2017 · 3 revisions

Installations

Please install the following tools

Configure VS Code for JavaScript Development

In VS Code install the following extensions

  • jshint - a JavaScript syntax checker.
  • npm - package management support.

If you are behind a firewall, you have to configure the firewall settings for our the git and npm clients.

Now are you ready to start developing!

Load Git repository into your local workspace

tbd.

Configure for IntelliSense and syntax check

tbd.