Setting Up Scratch JS ~ Mac - Scratch-JS/Scratch-JS GitHub Wiki

Setting Up Scratch-JS ~ Mac

Getting started with Scratch-JS on a mac is easy:

  1. Download the the downloadMe.zip for the latest version of Scratch-JS from the releases page
  2. Unzip it
  3. Open the downloadMe folder
  4. Right click on index.html and click get info
  5. In the new window, next to "where" it should say the file path; copy that entire path (we will need to paste it later)
  6. Open Terminal
  7. Type the following python -m SimpleHTTPServer 12345 and then press enter
  8. Now open your web browser and go to localhost:12345
  9. Open the index.sjs file in a text editor of your choice
  10. That's it, you are now ready to make your first Scratch-JS project

Sorry if the directions look allot harder then they are, trust me this all takes less then a minute