This sample project is part of the workshop "Containerization with Docker" by Microverse. Find out more about the workshop:
👉 "Containerization with Docker" workshop
- Verify if Node.js is installed
node -v
- Verify if npm is installed
npm -v
- Clone the project to your machine:
git clone https://github.com/microverseinc/docker-workshop-nodejs
- Install dependencies
npm install
- Run the application
npm run dev
If you need any help, send a message to the Slack channel #modern-ci-cd-with-docker-demo-workshop!