J.D

Emulation Express Website
Very basic express site assignment regarding emulation.
EJSCSSJavaScript

Emulation-Express-Website

An informational website about computer emulation, built with Express.js and EJS templating.

Features

Technologies

Project Structure

index.js              - Express server with routes
views/
  home.ejs            - Home page template
  hardware_emulation.ejs - Hardware emulation page
  virtual_machine.ejs - Virtual machine page
  emulator_list.ejs   - List of emulators
  partials/
    head.ejs          - HTML head partial
    nav.ejs           - Navigation partial
    user.ejs          - User info partial
public/
  styles/style.css    - Stylesheet

How to Run

  1. Install dependencies:
    npm install
  2. Start the server:
    node index.js
  3. Visit http://localhost:3000