Joined September 2012
·

Chris Ostrowski

Founder at fvnction
·
Chicago, IL
·
·
·

@haripoter77

I assume your trying to curl from a SSH session on the VPS, otherwise, going to localhost:3000 from a browser will try to go to your local machine. That should be clear as to why that won't work. Your gonna wanna try to use the IP of the VPS.

Also nginx, by default, binds to port 80 so trying to use port 3000 will also not work.

Posted to Harlem Shake your site over 1 year ago

Turned this into a little easter egg on http://welzoo.com

Head to the site and type 'harlemshake' for some shake. Credit to moov in dev console.

Posted to SASS Nesting over 1 year ago

While at first nesting can seem great for code clarity it can become very difficult to maintain your abstractions. You can quickly fall into too-targeted-selector-hell quickly on large projects.

Achievements
90 Karma
3,208 Total ProTip Views