gajus/swing

Demo not working

Opened this issue ยท 3 comments

44db commented

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

For me local demo works fine, i followed steps from readme:

git clone git@github.com: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?

git clone https://github.com/gajus/swing.git
cd ./swing/examples
npm install
npm start

events.js:165
throw er; // Unhandled 'error' event
^

..doenst run

I'd love a demo that's hosted online, so I can open it on my phone and try it out!

All the demo's are linking to a page that's currently not hosting them anymore. : (

Hosting yourself is quite difficult on the phone.