Skip to content

Commit 469a5a8

Browse files
committed
Updated README to include BrowserSync
1 parent 3576870 commit 469a5a8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,10 @@ You can also exclude complete directories by prepending the directory name with
102102
##### Verbose Mode
103103
`patternlab.json` is a file created for debugging purposes. Set `debug` to true in `.config.json` to see all the secrets.
104104

105-
##### Server
106-
Running `grunt serve` will compile the patternlab front end and host it on <a href="http://localhost:9001">http://localhost:9001</a> by default. Page will reload on any saved source code change.
105+
##### Server &amp; BrowserSync
106+
Running `grunt serve` will compile the patternlab front end and host it by default on <a href="http://localhost:3000">http://localhost:3000</a> via [BrowserSync](http://www.browsersync.io/docs/). After it starts, templates, `data.json`, and scss/css changes in your source code will be automatically injected into the page.
107+
108+
You'll notice that if you have this open across different browsers, we do our best to keep the front end in sync, but there is a known issue with synced navigation using the main menu.
107109

108110
### Advanced Pattern Library Features
109111

0 commit comments

Comments
 (0)