How to enable browser sync? #108
-
Hi there, Can you kindly provide some instructions on how to enable browser sync or live reload with this package please? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 7 replies
-
Hi, Check the following npm script: https://github.com/jeffreyvr/tailpress/blob/master/package.json#L28 Make sure to change the domain to the one you are using. Then run: npm run watch-sync |
Beta Was this translation helpful? Give feedback.
-
Is brower-sync started with npm run watch? Or I need to start it seperatly? |
Beta Was this translation helpful? Give feedback.
-
Can someone update this answer please? |
Beta Was this translation helpful? Give feedback.
-
I don't think it's necessay, but thanks. I was wondering oc there was a hot
reload option but the tailwind play website is probably my next bet. Thanks
again.
…On Wed, Jul 31, 2024 at 7:40 PM Charlie George ***@***.***> wrote:
Hey @pguardiario <https://github.com/pguardiario> if you need help we can
jump on a Zoom if you like
—
Reply to this email directly, view it on GitHub
<#108 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOASJVWCLLGYTFEVYDXA263ZPDEKDAVCNFSM6AAAAABKNKED2GVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTAMRQGA2TANA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
Hi,
Check the following npm script:
https://github.com/jeffreyvr/tailpress/blob/master/package.json#L28
Make sure to change the domain to the one you are using.
Then run: npm run watch-sync