liqvidjs / liqvid

Library for interactive videos in React
https://liqvidjs.org
MIT License
761 stars 39 forks source link

When developing and run npm start what is the URL to see the result? #20

Closed GilbertMizrahi closed 2 years ago

GilbertMizrahi commented 2 years ago

I expected to get some info like: go to localhost:3000 or something like that, but I didn't.

So, at what port I can see the result?

ysulyma commented 2 years ago

http://localhost:8000

It's supposed to open automatically, but I guess it doesn't always. I'll add a console.log!

GilbertMizrahi commented 2 years ago

Great. Thanks.