Question: Build a simple web server using EXPRESS. Your web server should serve 3 pages, at the following routes; / /contact /yourchoice
Build a simple web server using EXPRESS. Your web server should serve 3 pages, at the following routes; / /contact /yourchoice <-- not literally, just pick something. Your routes should load your templates (.html files) from a subfolder called "/views" . Your website should include; an image (logo perhaps? ), header for each page telling what the page is (Welcome, About, Contact) Some content for that page (a paragraph, contact information, etc). A link to each page, so I can navigate to every part of your site. Your program should also include your Package.json
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
