Initial express.js project structure

This commit is contained in:
2022-09-25 00:40:25 -04:00
parent 26a7ab742e
commit d71d78319a
8 changed files with 1728 additions and 24 deletions

4
views/index.pug Normal file
View File

@ -0,0 +1,4 @@
extends layout.pug
block content
p This is a test.

6
views/layout.pug Normal file
View File

@ -0,0 +1,6 @@
doctype html
html(lang="en")
head
title= pageTitle
body
block content