An open API service indexing awesome lists of open source software.

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.

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`