tog-til-asker
is an example of a web-app that combines static ressources like index.html
and dynamic resources like the endpoint /api/nestetog/asker
.
You don't need to follow the steps described below. But if you are curious, this how the app is generate and why it was generate like that.
TODO tell more about that ...
npx create-esm -y
npm install express --save
(--save option indicates that you save it to your package.json også)