Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplify the installation steps. #10

Open
JesusLuvsYooh opened this issue Nov 10, 2020 · 1 comment
Open

Simplify the installation steps. #10

JesusLuvsYooh opened this issue Nov 10, 2020 · 1 comment

Comments

@JesusLuvsYooh
Copy link
Contributor

JesusLuvsYooh commented Nov 10, 2020

Simplify steps (here is what i did)

Step 1: In google, typed 'node JS windows', clicked the msi download.
Step 2: Run it, install, click next next next finish.
Step 3: Right click listServer.js in the folder, properties, and unblock, then tell it to open by default with (box opens up, navigate to folder) node js.
Step 4: Open Cmd box, do the following:

  • C:\Users\Matt> cd some\path\to\NodeListServer
  • C:\Users\Matt\some\path\to\NodeListServer> npm install
  • (... wait, should say added approx 67 packages)

Step 5: close that box and double click listServer.js, it should say "Listening on HTTP port 8889" , this part is now finished.

Whole step took 3 mins, one easily missed part that makes the listServer.js instantly close is not right clicking and unblocking.

@SoftwareGuy
Copy link
Owner

Perfect - I'll probably move the install instructions into it's own documentation. I'll do that tomorrow maybe?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants