
On Thu, Apr 22, 2021 at 9:56 AM William Witteman via talk <talk@gtalug.org> wrote:
I have some existing projects to contribute to that use NodeJS and Docker, and I am finding that getting set up to work on them is extremely daunting.
I have never really used Docker. I have never really used NodeJS/npm/etc.
I do know Javascript, but I don't build projects like this - it reminds me of Ruby-on-Rails, which I found to be a huge snarl of complexity.
I know that the initial development was done on Macs, but in theory at least, I should be able to set up the Docker container and use that to get me into an equivalent development environment, but I don't really know how.
Does anyone have a Debian-flavoured tutorial for setting up Docker/NodeJS so that I can build and run someone else's code?
Thanks!
Hello William, Install Docker On Debian In Few Minutes <https://youtu.be/8n066v3CKuk> How to install NodeJS (Any version) with NVM in Debian 10 "Buster" [OS-TLDR] <https://youtu.be/uUi09gvdZHM> Docker-izing a NodeJS ExpressJS API - Tutorial <https://youtu.be/CsWoMpK3EtE> Type what you need to know into the youtube search text box and voila ! Hope this helps - Aruna