Digital-Media / nodeapp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nodeapp

Installation

Use fhooe-node-dock for running this example.

docker exec -it node /bin/bash -c "cd /home/node/app && git clone https://github.com/Digital-Media/nodeapp.git"
docker exec -it node /bin/bash -c "cd /home/node/app/nodeapp && npm install"
docker exec -it node /bin/bash -c "cd /home/node/app/nodeapp && npm install"
node helloworld.cjs

Stopp App with "STRG-C"

App can be reached at http://localhost:3000

About

License:MIT License


Languages

Language:JavaScript 100.0%