- Automatically lists all
.html
files in a directory on the main index page. - Dynamically updates with new HTML files when they are added.
- Serves static HTML files with Express.
.
├── contributors/
├── server.js
├── package.json
├── .gitignore
└── README.md
To add a new contributor or HTML file, simply place a .html
file in the contributors
folder. The changes will automatically reflect on the index page.
- Express - Fast, unopinionated, minimalist web framework for Node.js.