Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arska/nodejs-helloworld
https://github.com/arska/nodejs-helloworld
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/arska/nodejs-helloworld
- Owner: arska
- Created: 2017-05-23T19:25:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-09-25T23:08:41.000Z (about 3 years ago)
- Last Synced: 2023-03-13T16:17:15.533Z (over 1 year ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a minimal node.js application based on express
* docker run -it --rm --name nodeex -v "$PWD":/usr/src/app -w /usr/src/app node:7-alpine sh
* npm init
* npm install express --save
* exit
* git add app.js package.json README.md
* git push