Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pauleenaphan/node.jspractice
https://github.com/pauleenaphan/node.jspractice
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pauleenaphan/node.jspractice
- Owner: pauleenaphan
- Created: 2024-06-13T23:04:11.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-15T04:45:59.000Z (7 months ago)
- Last Synced: 2024-11-11T10:36:54.022Z (2 months ago)
- Language: JavaScript
- Size: 673 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Run
1. Run this command in the terminal
```node index.js``` or ```node express.js```2. Go to any of these sites
localhost:8080 should take users to index.html
localhost:8080/about should take users to about.html
localhost:8080/contact-me should take users to contact-me.html
404.html should display any time the user tries to go to a page not listed above.