We can actually serve our webpages by using a gulp plugin.
1
|
|
For more information about gulp-webserver
check out https://www.npmjs.com/package/gulp-webserver
1 2 3 4 5 6 7 |
|
Now when we run our gulp task webserver we will have a local webserver to view our website.
1 2 3 4 5 6 |
|
If you go to http://localhost:8000
in your web browser you should see our index.html page saying Hello Gulp!.