Skip to content

Latest commit

 

History

History
51 lines (31 loc) · 1.03 KB

README.md

File metadata and controls

51 lines (31 loc) · 1.03 KB

🧱 Sample project - Node.js

Containerization with Docker Workshop

❓ Description

This sample project is part of the workshop "Containerization with Docker" by Microverse. Find out more about the workshop:

👉 "Containerization with Docker" workshop

🛫 Getting Started

Prerequisites

  1. Verify if Node.js is installed
node -v
  1. Verify if npm is installed
npm -v

Installing

  1. Clone the project to your machine:
git clone https://github.com/microverseinc/docker-workshop-nodejs
  1. Install dependencies
npm install

Executing program

  1. Run the application
npm run dev

🙋🏽‍♀️ Help

If you need any help, send a message to the Slack channel #modern-ci-cd-with-docker-demo-workshop!