Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mtheoryx/quickstart-node
https://github.com/mtheoryx/quickstart-node
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mtheoryx/quickstart-node
- Owner: mtheoryx
- License: mit
- Created: 2017-07-23T16:40:27.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-23T16:51:47.000Z (over 7 years ago)
- Last Synced: 2024-10-20T01:14:23.834Z (18 days ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!