Commit Graph

1 Commits

Author SHA1 Message Date
Steren 0d0f53a0ab Node.js sample: Use index.js instead of app.js. (#849)
* Use index.js instead of app.js.

index.js is the more idiomatic for Node.js developers.
Indeed, it is the default value that npm start uses if no start script is provided.

* Update package.json

* Update README.md

* Update package.json
2019-01-31 10:35:37 -08:00