Skip to content

Enkel web app med både statisk nettside og API

Notifications You must be signed in to change notification settings

MalazAlkoj/tog-til-asker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Enkel web app med både statisk nettside og API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 78.3%
  • HTML 14.7%
  • CSS 7.0%