Given the pokemon_list data set, in a server.js
file, implement an Express server that renders the following index.ejs
template when visiting localhost:8000/pokemon
.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>All Pokemon</title>
</head>
<body>