Skip to content

A simple display items by a counter using Node.js and EJS template engine.

License

Notifications You must be signed in to change notification settings

laravieira/node-ejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-ejs

A simple display items by a counter using Node.js and EJS template engine.

Visit the live demo

Installation

  1. Clone the repository
  2. Run npm install
  3. Run npm start
  4. Visit http://localhost:3000/
  5. Enjoy!

Development

  1. Run npm run dev

Docker

  1. Build the image docker build -t node-ejs .
  2. Run the container docker run -p 3000:3000 node-ejs
  3. Visit http://localhost:3000/

Screenshots

Screenshot Screenshot