- Install
express
andejs
npm packages - Set
ejs
as view engine - Enable an index route
/
that renders content from a index.ejs within that locationviews/pages/index.ejs
- Set any
h1
headline within the index.ejs file
npm init
already happend!- Have you set your view engine, yet?
- Have you set the public folder for public assets, e.h. styles?