Tiny example that illustrates how to use the popular serve-static
middleware from Express.
The public
directory (configurable) contents are served by Polka as static assets.
All photos are fetched from Unsplash via the public/app.js
script.
$ npm install
$ npm start
Open a browser to localhost:3000
!