https://github.com/taniarascia/node-test
How to make your first Node.js project
https://github.com/taniarascia/node-test
es6 javascript node nodejs npm
Last synced: over 1 year ago
JSON representation
How to make your first Node.js project
- Host: GitHub
- URL: https://github.com/taniarascia/node-test
- Owner: taniarascia
- License: mit
- Created: 2017-07-21T22:41:37.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-03-05T15:18:18.000Z (over 8 years ago)
- Last Synced: 2025-03-20T21:13:50.170Z (over 1 year ago)
- Topics: es6, javascript, node, nodejs, npm
- Language: JavaScript
- Homepage: https://www.taniarascia.com/how-to-install-and-use-node-js-and-npm-mac-and-windows
- Size: 5.86 KB
- Stars: 26
- Watchers: 5
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Node Test
Learn how to install Node.js and npm to make your first local Node.js project.
[View the tutorial](https://www.taniarascia.com/how-to-install-and-use-node-js-and-npm-mac-and-windows)
## Dependency
Uses [left-pad](https://www.npmjs.com/package/left-pad) as an example.
## License
The code is open source and available under the [MIT License](LICENSE.md).