@jonhoffmam/webreload

1.0.0 • Public • Published

web-reload

web-reload is a simple CLI for auto-reloading web applications with each change made to your project at the time of development.

Installation

Install web-reload globally with npm using the command below to use in your terminal:

npm install -g @jonhoffmam/web-reload

You can also install web-reload as a development dependency:

npm install --save-dev @jonhoffmam/web-reload

Usage

Your web application must be inside a src folder!

If you have installed web-reload globally you can simply run the command in your terminal:

web-reload

# OR

webreload

If you have installed web-reload as a development dependency, you can insert in your package.json file:

Example:

"scripts": {
  "start": "web-reload"
}

When running your application it will be available at http://localhost:3000

Collaborators

License

MIT

Package Sidebar

Install

npm i @jonhoffmam/webreload

Weekly Downloads

3

Version

1.0.0

License

MIT

Unpacked Size

6.76 kB

Total Files

9

Last publish

Collaborators

  • jonhoffmam