duzun / watchem-starter-page

A sample project using watchem.js for live-reload dev of a web-page

Home Page:https://github.com/duzun/watchem.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

watchem-starter-page

A sample project using watchem.js for live-reload dev of a web-page.

Install

git clone https://github.com/duzun/watchem-starter-page.git && \
cd watchem-starter-page.git && \
npm install
npm start

Open in a browser the address you see in the console (eg. http://localhost:3474) and start editing files in the public/ folder to see live-reload in action.

Libs

This project uses watchem.js for live-reload, which relies on jQuery.ajax() or jAJAX.js to perform its magic.

Of Course, there are better ways to do this, but this is a stupid simple method that just works for lazy people like me ;)

About

A sample project using watchem.js for live-reload dev of a web-page

https://github.com/duzun/watchem.js

License:MIT License


Languages

Language:HTML 68.2%Language:CSS 22.0%Language:JavaScript 9.7%