Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mtheoryx/quickstart-node


https://github.com/mtheoryx/quickstart-node

Last synced: 13 days ago
JSON representation

Awesome Lists containing this project

README

        

# Quickstart node script

If you've ever been trying out a tutorial, and want a quick start in your
own local environment, with file watching and auto running of your script,
**this is for you!**

## Install

Clone this repository

```bash
git clone [email protected]:mtheoryx/quickstart-node.git && cd quickstart-node
```

Install dependencies (there's 1)

```bash
npm install
```

## Run

Start the file watcher

```bash
npm run start
```

Edit index.js

**Note, new files/directories created may not be picked up**

Head on over to [nodemon](https://github.com/remy/nodemon#nodemon) to see how
you can file watch on many files and recursive directories!