Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danwahlin/nodejsworkshop
Node.js Samples
https://github.com/danwahlin/nodejsworkshop
Last synced: about 1 month ago
JSON representation
Node.js Samples
- Host: GitHub
- URL: https://github.com/danwahlin/nodejsworkshop
- Owner: DanWahlin
- Created: 2018-03-29T02:58:30.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-29T19:48:32.000Z (almost 7 years ago)
- Last Synced: 2024-12-22T10:47:37.019Z (2 months ago)
- Language: JavaScript
- Size: 182 KB
- Stars: 6
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```