All Projects → zeplia → Minwiz

zeplia / Minwiz

Licence: bsd-2-clause
Minimal starter kit for under 2 KB sites

Projects that are alternatives of or similar to Minwiz

Hartija Css Print Framework
Universal CSS for web printing
Stars: ✭ 509 (+123.25%)
Mutual labels:  starter-kit, starter-template, boilerplate, css3
Niklick
Rails Versioned API solution template for hipsters! (Ruby, Ruby on Rails, REST API, GraphQL, Docker, RSpec, Devise, Postgress DB)
Stars: ✭ 39 (-82.89%)
Mutual labels:  starter-kit, starter-template, boilerplate
Gaintime
GainTime é um framework de HTML, CSS e JS para desenvolvimento de projetos responsivos, focado na simplicidade.
Stars: ✭ 19 (-91.67%)
Mutual labels:  html5, css3, responsive-design
Buddycss
The framework for people who love coding!
Stars: ✭ 89 (-60.96%)
Mutual labels:  html5, css3, responsive-design
science-fiction-magazines-blog
Blog template (concept) is inspired by stylish science fiction magazines of the 80-90s.
Stars: ✭ 24 (-89.47%)
Mutual labels:  responsive, css3, responsive-design
Redux Webpack Es6 Boilerplate
A starter project for modern React apps with Redux
Stars: ✭ 566 (+148.25%)
Mutual labels:  starter-kit, starter-template, boilerplate
Blazorboilerplate
Blazor Boilerplate / Starter Template with MatBlazor
Stars: ✭ 1,258 (+451.75%)
Mutual labels:  starter-kit, starter-template, boilerplate
Html5 Boilerplate
A simple, fast, modern, pure html, css (and sass), js, live reload starter template
Stars: ✭ 65 (-71.49%)
Mutual labels:  starter-kit, boilerplate, html5
Responsive Portfolio
This is a Responsive Portfolio Website made with Love and Javascript; FEEL FREE TO COPY; NO COPYRIGHT ISSUE, in case of error ping me. Do follow me on github and star the repo
Stars: ✭ 104 (-54.39%)
Mutual labels:  html5, css3, responsive-design
Portfolio one Page Template
Free responsive one page portfolio template
Stars: ✭ 106 (-53.51%)
Mutual labels:  html5, responsive, css3
Hyperledger Typescript Boilerplate
This is a boilerplate that interacts between Hyperledger Fabric Peers and a front end.
Stars: ✭ 109 (-52.19%)
Mutual labels:  starter-kit, starter-template, boilerplate
enlite-starter
Enlite Starter - React Dashboard Starter Template with Firebase Auth
Stars: ✭ 28 (-87.72%)
Mutual labels:  responsive, starter-template, starter-kit
Next Js Blog Boilerplate
🚀 Nextjs Blog Boilerplate is starter code for your blog based on Next framework. ⚡️ Made with Nextjs, TypeScript, ESLint, Prettier, PostCSS, Tailwind CSS.
Stars: ✭ 134 (-41.23%)
Mutual labels:  starter-kit, starter-template, boilerplate
Modern Html Starter Template
Modern HTML Starter Template
Stars: ✭ 752 (+229.82%)
Mutual labels:  boilerplate, html5, css3
React Firebase Admin
React ⚛️ starter kit with Firebase 🔥 and Bulma for setting up an admin dashboard - Highly scalable, PWA, Serverless
Stars: ✭ 232 (+1.75%)
Mutual labels:  starter-kit, boilerplate, responsive
Meteor Apollo Starter Kit
Meteor, Apollo, React, PWA, Styled-Components boilerplate
Stars: ✭ 91 (-60.09%)
Mutual labels:  starter-kit, starter-template, boilerplate
Construcao De Paginas Web
Desenvolvimento de páginas semânticas, acessíveis e responsivas. 🚀
Stars: ✭ 113 (-50.44%)
Mutual labels:  html5, responsive, css3
Adam Blog
Adam Blog is a minimal clear theme for Jekyll
Stars: ✭ 167 (-26.75%)
Mutual labels:  minimal, html5, responsive
Threejs Modern App
Boilerplate and utils for a fullscreen Three.js app
Stars: ✭ 176 (-22.81%)
Mutual labels:  starter-kit, boilerplate
Mern
🌐 MERN stack 2.0 - MongoDB, Express, React/Redux, Node
Stars: ✭ 175 (-23.25%)
Mutual labels:  starter-kit, boilerplate

Netlify Status

MinWiz - Minimal starter kit for under 2 KB sites

Use this starter kit to create a viable, good looking, production-ready website whose entire size does not exceed 2 KB compressed when opened in a browser. Ideally, the total size of all assets (HTML, CSS, favicon, etc.) downloaded by the browser when opening the page will be under 2 KB. You can see a live version at MinWiz.com.

Getting started

Make sure you have Node and npm installed. Any version will do.

If you're doing web development you probably already have gulp-cli globally installed (you can test with gulp -v). If you don't have it, run npm install --global gulp-cli

  • clone the repo
  • install the dependencies with npm install
  • build the site (in the dist folder) with npm run build
  • at this point, the dist folder contains all assets in a minified form, ready to be copied/deployed to your web hosting service

If you want to live edit the site, there is a handy-dandy gulp dev command and the Live Server extension for VS Code is configured to open the site from dist folder. Run the command, click Go Live in the status panel of VS Code and you're good to go.

Contributing

If you have a creative idea for decreasing the size of the website feel free to submit a PR! You can learn how from this Step-by-step guide to contributing on GitHub.

If it's not obvious how your PR will help, please conceptually explain it. Ex:

As the stylesheet.css already includes the text "section {", rearranging the order in "section, p, h1," to "p, h1, section {" will pick-up more text during gzipping.

Please note that I'm using package-lock with lockfileVersion 2. If you submit a PR and you're using lockfileVersion 1, make sure not to include the package-lock.json file.

Thank you

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].