Skip to content

Simple node application for rendering static files

Notifications You must be signed in to change notification settings

MalazAlkoj/simple-node-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple node web-application

Description

simple-node-app is an example of a web-app that serves static resources like index.html

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

Simple node application for rendering static files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 85.8%
  • HTML 7.9%
  • CSS 6.3%