A website to test bowser.
Install dependencies:
$ npm installBuild the site:
$ npm run buildIt generates the docs/ folder with the HTML, JS and CSS files that should be deployed in your web server.
This command must be run before pushing to master master branch so the site will be updated in gitHub Pages.
Open the website in a browser with browserSync:
$ npm run live