Output console like the NodeSchool examples

Hi,
For creating lessons, I like the way the JavaScript NodeSchool programs output the console.log to the main window and also show errors there too.
Like this one for example: https://glitch.com/~javascripting
I suppose we could clone one of these, but I can’t figure out how I’d make I make a new project that does this from Scratch? Any ideas how they’re doing this?
Thanks,
-Ken

Take a look at this project, for the full version of the project you mentioned, but with all files visible (Removed from .gitignore)

Invisible files! That explains a lot. :slight_smile:
Thanks.

1 Like