Git Product home page Git Product logo

meshki's Introduction

npm GitHub tag npm

Twitter Follow

Meshki Banner

Meshki is a simple, black-colored, responsive boilerplate to kickstart any responsive project.

It is only ~20 KiB (minified) and ~30 KiB (normal), including both Scss/CSS and JS files.

Check out https://borderliner.github.io/Meshki/ for samples and details.

Getting Started

There are a couple ways to download Meshki:

  • Download the zip or the tar.gz
  • Clone the repo: git clone https://github.com/Borderliner/Meshki.git (Note: this is under active development, so if you're looking for stable and safe, use the zipped download)
  • Use Bower: bower install meshki (Recommended)
  • Use npm: npm install meshki

How to Compile

You need node.js to minify the source Scss and JavaScript files and produce outputs. Head over to nodejs.org and download a version for your system, or download it from your package manager.

Clone the repo:

git clone https://github.com/Borderliner/Meshki.git && cd Meshki

npm

Install all the dependencies with npm:

npm install

The file build.js contains the scripts you need to compile Meshki. There are a couple of commands you can use via npm run so that you don't have to use build.js directly.

To compile Meshki:

npm run compile

To compile and watch for file changes:

npm run watch

Sometimes when you upgrade your NodeJS, node-sass needs to be recompiled for the new version. To do so, issue the following command:

npm run rebuild-sass

Yarn

Install all the dependencies with yarn:

yarn

The file build.js contains the scripts you need to compile Meshki. There are a couple of commands you can use via yarn run so that you don't have to use build.js directly.

To compile Meshki:

yarn run compile

To compile and watch for file changes:

yarn run watch

Sometimes when you upgrade your NodeJS, node-sass needs to be recompiled for the new version. To do so, issue the following command:

yarn run rebuild-sass

Why Meshki is Awesome

Meshki is lightweight, stylish and simple. It styles only raw HTML elements (with a few exceptions) and provides a responsive grid with a minimal and clean interface.

  • Around 1.3k lines of unminified CSS, with comments
  • Linter configurations available for geeks
  • Although it's not a UI framework, you can create most of the interface with just using Meshki
  • No compilation or installation needed. Just 2 files of CSS + JS
  • Can be installed via bower, npm and yarn
  • Available through CloudFlare and jsDelivr CDNs
  • Clean code, clean interface, without any headaches
  • Dependency-free! You don't need jQuery to run Meshki. All pure JavaScript

Browser Support

  • Chrome & Chromium (latest) Well-Tested
  • Mozilla Firefox (latest) Well-Tested
  • Microsoft Edge (latest)
  • Opera (latest)
  • Safari (latest) Well-Tested
  • IE 9+ (No animations on IE 9. Do not open issues regarding IE 8 and below) Change Your Browser, Please!

The above list is non-exhaustive. Meshki works perfectly with almost all older versions of the browsers above, though IE certainly has large degradation prior to IE 9.

Major Known Issues

  • None yet

Tools Used

Meshki has been developed mainly on macOS, using Atom Editor and VSCode. For git GUI, SourceTree has been used.

License

All parts of Meshki are free to use under Apache-2.0 License.

All other non-Meshki codes have their own licenses. Check out their repositories for more information. The website of Meshki uses:

Acknowledgement

Meshki started by Mohammadreza Hajianpour as a fork of Skeleton. Although it has changed a lot, and Meshki has experienced a total overhaul Skeleton was created by Dave Gamache.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.