Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
updated readme #205
Conversation
|
I've just spotted the use of 0.0.0.0 in the webpack config files as well. Is it ok to just use localhost? On a Windows machine, the use of 0.0.0.0 is breaking functionality hard. |
|
|
gdi2290
commented on an outdated diff
Jan 8, 2016
gdi2290
commented on the diff
Jan 8, 2016
samvloeberghs
added some commits
Jan 8, 2016
|
done but please validate |
|
thanks! |
gdi2290
added a commit
that referenced
this pull request
Jan 8, 2016
|
|
gdi2290 |
7086a67
|
samvloeberghs commentedJan 8, 2016
master...samvloeberghs:master#diff-04c6e90faac2675aa89e2176d2eec7d8L49:
When you follow the guide and you install typings globally, you don't need to reference it into node modules, right?
master...samvloeberghs:master#diff-04c6e90faac2675aa89e2176d2eec7d8L54
I just followed you guys setup description and http://0.0.0.0:3000 doesn't work by default on a Windows machine. So I've added http://localhost:3000.
Grtz