You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For me local demo works fine, i followed steps from readme:
git clone [email protected]:gajus/swing.git
cd ./swing/examples
npm install
npm start
then went to http://localhost:8080/card-stack/
I wasnt able to run the project locally in a first place because i had other webpack-dev-server opened already. bundle.js url in examples is hardcoded to port 8080, so make sure the demo webpack is the only dev server otherwise it will be assigned to, for example, 8081. Maybe you had similar issue?
Hi,
It looks like the demo URL is unresponsive.
In addition, I'm unable to compile the project locally.
How do I produce bundle.js?
Thanks
The text was updated successfully, but these errors were encountered: