This is the first tutorial for setting up NodeJS and coding a simple http server to display a webpage. The webpage example that I have in this tutorial uses bootstrap 4 and can be found at my github repository, and by watching my bootstrap video tutorial. https://github.com/codrkai/codrkai.github.io Live bootstrap site: https://codrkai.github.io Full code can be found at my Github repository https://github.com/codrkai/node_http_app Initialize node npm init -y Install nodemon for development testing npm install --save-dev nodemon Check your version of node node -v npm -v Homebrew commands brew update brew upgrade brew install node Homebrew Errors Troubleshooting Run update TWICE and then the DOCTOR command. brew update brew update brew doctor You may need to fix the homebrew symlink file sudo chown -R $(whoami) $(brew --prefix)/* brew link --overwrite node Please like and subscribe and help me reach my 1000 Sub goals :)
This is the first tutorial for setting up NodeJS and coding a simple http server to display a webpage. The webpage example that I have in this tutorial uses bootstrap 4 and can be found at my github repository, and by watching my bootstrap video tutorial. https://github.com/codrkai/codrkai.github.io Live bootstrap site: https://codrkai.github.io Full code can be found at my Github repository https://github.com/codrkai/node_http_app Initialize node npm init -y Install nodemon for development testing npm install --save-dev nodemon Check your version of node node -v npm -v Homebrew commands brew update brew upgrade brew install node Homebrew Errors Troubleshooting Run update TWICE and then the DOCTOR command. brew update brew update brew doctor You may need to fix the homebrew symlink file sudo chown -R $(whoami) $(brew --prefix)/* brew link --overwrite node Please like and subscribe and help me reach my 1000 Sub goals :)