govindrai / LPN-Fitness-App

Helps organizations take charge of their people's well being and promote healthier lifestyles through fitness competitions. Built on Node.js
https://lpnfitness.herokuapp.com/
0 stars 0 forks source link

Add Auto Browser Reload during development #98

Open govindrai opened 5 years ago

govindrai commented 5 years ago

Developing on the client side is a pain as you manually have to keep refreshing the browser. It slows down development and the problem has long been solved using webpack dev server. Currently we don't require any of webpack's powerful tooling because our app only uses server side rendering, but if/when we move to a client side library such as React or Svelte, we could start making gains from there as well.