Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pauleenaphan/node.jspractice


https://github.com/pauleenaphan/node.jspractice

Last synced: 16 days ago
JSON representation

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.