Simple auto-reload for JS projects
npm install refroshSimple auto-reload for JS projects
- Easy to search
- Easy to install
- Easy to use
- KISS design
```
npm install -g refrosh
```
refrosh
This will start a local web server and open up the browser. Any changes to the JS file will cause the page to be reloaded
- Transpilation (e.g. TypeScript, ES7, React)
- CLI parameters (e.g. port number, debounce delay)
- External libraries (e.g. React, Lodash)
- Publish (e.g. JSFiddle, Heroku)
Will look into the above if there's interest/traction.