This is a Express and EJS project.
First, run the development server:
npm i
npm start
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying views/home.ejs
. The page auto-updates as you edit the file.
To learn more about Express.js and EJS template engine, take a look at the following resources:
- Express.js Documentation - learn about Express.js features and API.
- Learn EJS - an interactive EJS (Embedded JavaScript templating) tutorial.