Skip to content

Working with a Config File

Shane Osbourne edited this page Dec 29, 2013 · 24 revisions

To create a config file, move into your project directory (the root folder of your website) and run:

browser-sync init

This will create a bs-config.js file that has some default settings, as well as some comments/guidelines. We'll look at all the options in detail shortly, but just so you know, you can now simply run:

browser-sync

Options

Clone this wiki locally