Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/arska/nodejs-helloworld


https://github.com/arska/nodejs-helloworld

Last synced: 1 day ago
JSON representation

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