-
Notifications
You must be signed in to change notification settings - Fork 196
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
Tips for noob #2
Comments
node server.js in the terminal should do the trick |
Another tip if you're new to this, if you type |
After running the server, you have to open "localhost:8081/scrape" in a browser to run the function. |
Install nodemon ( |
I copied the code directly from github, and can't seem to get this to work (probably because I've known node.js exists for the better part of 2 hours).
Anyways...how are you supposed to fire up the server? Do you use git bash and start the server.js file? Because i keep getting 'line 1 syntax error near unexpected token '(' ...if that's the case. I tried entering the address localhost:8081 and that won't work. I don't even have the slightest idea what the node.js cmd prompt does.
Any tips are appreciated. Thanks, Jeff
The text was updated successfully, but these errors were encountered: