Project: Basic Informational Site

A simple Node website!

This project gas a goal to use the core modules of NodeJS to create a basic webpage, handling http requests, url inputs and filesystem reads.

Assignment

  1. Make a project directory and create the following files inside that directory:
    • index.html
    • about.html
    • contact-me.html
    • 404.html
  2. Create your node.js server file index.js and add the code needed to serve the right page according to the url.