Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Demo not working #115

Open
44db opened this issue Jun 9, 2017 · 3 comments
Open

Demo not working #115

44db opened this issue Jun 9, 2017 · 3 comments
Labels

Comments

@44db
Copy link

44db commented Jun 9, 2017

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

@gajus gajus added the question label Jun 9, 2017
@kubenstein
Copy link

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?

@Zeitvertreib
Copy link

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

@mesqueeb
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants