5

!rant
Any good sites/tools for fast web design prototyping? (like jsfiddle but without having to refresh the view (at least manually))

Comments
  • 1
    Leaving comment for notifs...
  • 0
    @soulevans07 same as this guy
  • 3
    Codepen.io at least auto refreshes for you.

    I've used it for a few small things.
  • 1
    Codepen, but imo if you don't have a local setup including browsersync you're not even a dev
  • 4
    Plnkr is decent. Biggest gripe I have with all these is how utter shit they are for mobile viewing.
  • 1
    +1 for plunkr. Its kinda slow but it's powerful.
  • 1
    @SweetHuman Same here. Looks like we would need a subscribe to rant option? @dfox @trogus
  • 1
    For website... I dont know. As for program:
    Brackets + Google Chrome 😊
  • 2
    Local env with browsersync is the way to go for dev. Tunnel it and you can show your remote teammates!
    However, for small code snippets and/or little experimental things, go codepen. It refreshes automatically and you can save each little experiment/snippet in your codepen library for future reference.
  • 2
    Prototype for website, I use Jekyll, then host on github.
  • 1
    ngrok + browser-sync
  • 1
Add Comment