EID Runtime Exceptions and Utilities for JavaScript
You'll need node / npm and tsd installed globally. To get up and running just enter:
npm install
tsd install
npm run test
This will:
- Download the npm packages you need
- Download the typings from DefinitelyTyped that you need.
- Compile the code and serve it up at http://localhost:8080
Now you need dev tools. There's a world of choice out there; there's Atom, there's VS Code, there's Sublime. There's even something called Visual Studio. It's all your choice really.