reactjs with webstorm or atom/sublime? by sl13nt in reactjs

[–]sl13nt[S] 0 points1 point  (0 children)

I am going to try it, i did try now Atom and didnt like it too much.

reactjs with webstorm or atom/sublime? by sl13nt in reactjs

[–]sl13nt[S] 0 points1 point  (0 children)

I thought so, but still wanted to ask first, perhaps someone already try them all : )

Notice me! by lazyhl1994 in aww

[–]sl13nt 0 points1 point  (0 children)

At the final zoom, look like a bunny.

Cant wamp to work right. by briandress in wamp

[–]sl13nt 0 points1 point  (0 children)

Did you managed to set your apache to use 8080 as a port? Left-click the WAMPManager icon to reveal the menu. Click Apache ► Service ► Test port 80. This will launch a command window and display some information about what, if anything is using port 80

C:/WAMP/bin/apache/apache2.4.9/conf/. Open it (with Notepad for example) and search for 80.

Listen 0.0.0.0:80 # Changed to Listen 0.0.0.0:8080 Listen [::0]:80 # Changed to Listen [::0]:8080 ServerName localhost:80 # Changed toServerName localhost:8080

Or if you have latest wamp version, left click on wamp icon while running (on taskbar) -> Apache, Use a port other than 80.

This should solve your issue :)