/sizzy

A tool for developing responsive websites crazy-fast

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

🙋‍♂️ Made by @thekitze

🍿️ Should you jump on the TypeScript hype train in 2019?
📹 I was wrong about Gatsby...

Other projects:

  • 🏫 React Academy - Interactive React and GraphQL workshops
  • 💌 Twizzy - A standalone app for Twitter DM
  • 🤖 JSUI - A powerful UI toolkit for managing JavaScript apps

Sizzy

Sizzy

A tool for developing responsive websites crazy-fast, made by @thekitze

gif

Sharing with an url

Add ?url=http://your-url.com at the end of the url to share it with a preloaded url.

Example: http://sizzy.co?url=https://preactjs.com

Chrome extension

Adds a Sizzy button in the Chrome toolbar, which on click opens any page directly into Sizzy.

Chrome Extension
Source

Getting Started

  1. Install the dependencies:
yarn install
  1. Start the server:
yarn start
  1. Open it in your browser http://localhost:3033/

Tip: You can also use npm instead of yarn, and if you want to use yarn but you don't have it on your machine, here's how to install it.