Testing the implemantation of multiple modules from https://scratch.mit.edu/ editor into a test site.
go to the terminal(cmd) and run the following commands
npm install
npm start
afterwards if there are no errors in the terminal go localhost:8000
if you get a closure alert download the closure library here: https://developers.google.com/blockly/guides/modify/web/closure
next you want to rename it "google-closure-library" and place it inside of scratch-test/node_modules/scratch-render/node_modules/
if there is no node_modules folder inside scratch-render, create one
