/nodejs-dockerized-for-azure-template

This is a good template for starting a NodeJS app configured to run in a Docker container and deploy to Azure

Primary LanguageJavaScript

A Template for a NodeJS App that can be deployed in a Docker container and deployed to Azure

This is a blank NodeJS app configured to deploy on Azure as a Docker-like container.

  • NodeJS
  • ExpressJS
  • Confetti
  • Bootstrap via CDN

Getting Started

  • Clone this repository
  • Change directories into the the root, and then the node folder
    • cd nodejs-dockerized-for-azure-template/node
  • Install node modules
    • npm i
  • Start the server
    • npm start
  • Use a browser to visit http://0.0.0.0:3000/

Deployment Instructions