-
Notifications
You must be signed in to change notification settings - Fork 5
Add README to project. #1
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have not tested the setup instructions, but the rest looks good to me. Would be good to get someone familiar with node to try them out and verify they work.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it'd be great to have this in the repo. Might benefit from a few adjustments.
Regarding the question if the steps work, I was able to get things running with the corresponding npm install
& npm start
commands.
Co-authored-by: Anthony Ciccarello <aciccarello@users.noreply.github.com>
README.md
Outdated
You can view your running local application at this URL: | ||
|
||
``` | ||
http://localhost:9080 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It runs on port 9000
, not 9080
Adds setup instructions for the project.
Fixes #8