# install dependencies
npm install
# run development server
npm run dev
# open [http://localhost:3000](http://localhost:3000).
[x] Create repo using this one as a template
[ ] Build a page that calls /api/animals and show the list on the screen
[ ] Add a new animal calling POST /api/animals