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

https://github.com/chancehudson/nodejs-intro


https://github.com/chancehudson/nodejs-intro

Last synced: over 1 year ago
JSON representation

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`