Skip to content

POC for display artwork using node js template engine with met museum API

Notifications You must be signed in to change notification settings

k7K1602/Nodejs-template-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node.js - Express - EJS template engine

A template engine enables you to use static template files in your application. At runtime, the template engine replaces variables in a template file with actual values, and transforms the template into an HTML file sent to the client. This approach makes it easier to design an HTML page.

Getting Started:

  1. Download this template repo and navigate into the code directory with Terminal.
  2. Run npm install or npm i -E
  3. Run npm run start to start the application
  4. Run npm run start:dev to start the application in watch mode

Scripts:

  1. npm run start -> starts the application and listens at the port 7000
  2. npm run start:dev -> starts the application in watch mode and

About

POC for display artwork using node js template engine with met museum API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published