Skip to content

Latest commit

 

History

History
20 lines (9 loc) · 518 Bytes

README.md

File metadata and controls

20 lines (9 loc) · 518 Bytes

tog-til-asker

Description

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.

How the app was build

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å)