surge
package on your computerRun the following from your command line (from any folder location) to install surge globally on your computer
$ npm install --global surge
surge
from the Traffic Light project folderOn the command line, navigate to the project folder of the Traffic Light app (the one we used in the Github Pages code along)
Then, run the following command from within the project folder:
$ surge
Press “enter” twice to confirm the project path and the surge domain url
Open your browser and navigate to the surge-provided domain url assigned to your project
Confirm that a fully functional Traffic Light app is available at the surge-provided domain url