https://github.com/tankibaj/nodejs-app
A simple nodejs app for CI/CD pipeline.
https://github.com/tankibaj/nodejs-app
Last synced: 3 months ago
JSON representation
A simple nodejs app for CI/CD pipeline.
- Host: GitHub
- URL: https://github.com/tankibaj/nodejs-app
- Owner: tankibaj
- Created: 2021-02-26T04:16:57.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-23T20:19:27.000Z (over 4 years ago)
- Last Synced: 2025-02-17T21:38:29.449Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 45.9 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Nodejs app
The repository contains a simple node.js app which generates a web page with the nodejs official logo.#### NPM
`npm install`
`npm start`
#### Docker
`docker build --tag nodejs-app .`
`docker run -d --rm -p 3000:3000 nodejs-app`