Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
css
 
 
img
 
 
 
 
 
 
 
 
 
 
 
 

readme.md

Enable Hot Reload via live-server to watch all files and reload web site

Hot Reload speeds iteratin of development to observation of changes without developer having to refresh constantly...

To install, in this case, globally with -g switch

$npm install live-server -g

To enable live reload with your website running

In a shell, go to root project folder and run the following: $live-server

To enable live watch to automatically recompile any .scss files into @/css/style.css

In a shell, go to root project folder, and run the following: $npm run compile:sass

About

Natours

Resources

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.