Comp 110 Terminal Commands

Terminal Commands

These commands are run from the integrated terminal in VSCode. To open the integrated terminal, go to the View menu and select Integrated Terminal.

Retrieve the latest code:

npm run pull

Start the programming environment

npm start

Start the REPL

npm run repl