https://github.com/chancehudson/nodejs-intro
https://github.com/chancehudson/nodejs-intro
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/chancehudson/nodejs-intro
- Owner: chancehudson
- Created: 2021-01-31T00:03:15.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-31T01:15:45.000Z (over 5 years ago)
- Last Synced: 2024-07-21T00:41:16.122Z (about 2 years ago)
- Language: JavaScript
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nodejs-intro
This is an example repo showing how nodejs can be used.
## How to download
Run this command to download this repo. This will create a new folder in your working directory.
```
git clone https://github.com/JChanceHud/nodejs-intro.git
cd nodejs-intro
```
## How to run scripts
Open a terminal and move into this directory.
Use the `node` command to run any of the scripts in the folder.
Example: `node ./example1.js`