Step 2 - Setup

First thing you should do is download the starter code (or the solution to the previous lab) here and then extract it to your single parent folder for all your web app projects you created for previous labs.

Rename the extracted folder, (or copy your own version) to donationweb-5.0

Just to be safe, navigate to your donationweb-5.0 folder and type the following to launch the server

npm start

if everything goes to plan you should be able to visit http://localhost:3000 and see the following

Next Step!