November 2019
Beginner
804 pages
20h 1m
English
At this point, our application's page is pretty much empty. Before we go about adding some things to it, we'll present you with one more tool that'll be of use.
Browsersync (https://browsersync.io) is a very cool utility for web development. Using Browsersync, you'll get live reloading without much effort.
Live reloading simply means that the web page will get refreshed automatically whenever you modify the source code.
In brief, once Browsersync is installed, your workflow will be as follows:
Read now
Unlock full access