Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/danwahlin/nodejsworkshop

Node.js Samples
https://github.com/danwahlin/nodejsworkshop

Last synced: about 1 month ago
JSON representation

Node.js Samples

Awesome Lists containing this project

README

        

## Node.js Samples

This repo provides some simple examples of using various features of Node.js. Open the desired sample folder and if you see
a package.json file make sure to run `npm install`. To run a given sample, run `node .js`.

### Azure Container Registry

Azure Container Registry Login command may be needed

```bash
az acr login --name your-azure-container-registry-name
```