A simple display items by a counter using Node.js and EJS template engine.
- Clone the repository
- Run
npm install
- Run
npm start
- Visit
http://localhost:3000/
- Enjoy!
- Run
npm run dev
- Build the image
docker build -t node-ejs .
- Run the container
docker run -p 3000:3000 node-ejs
- Visit
http://localhost:3000/