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/