?♂️ 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
A tool for developing responsive websites crazy-fast, made by @thekitze
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.
Getting Started
- Install the dependencies:
yarn install
- Start the server:
yarn start
- 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.