All Projects → DrkDevil → Instantbootstrap

DrkDevil / Instantbootstrap

Licence: gpl-2.0
Instant Bootstrap is a quick and easy way to start creating bootstrap themes using LESS, SASS, GRUNT, and BOWER.

Projects that are alternatives of or similar to Instantbootstrap

Angular
web项目Demo,前端采用Angular+Grunt+bower+Requirejs+Bootstrap,后台使用SpringMVC框架
Stars: ✭ 16 (+220%)
Mutual labels:  grunt, bower
Bootstrap Iconpicker
A simple icon picker
Stars: ✭ 344 (+6780%)
Mutual labels:  bower, bootstrap
Modular Admin Html
ModularAdmin - Free Dashboard Theme Built On Bootstrap 4 | HTML Version
Stars: ✭ 2,875 (+57400%)
Mutual labels:  bootstrap, sass
Echoes Player
Echoes Player: the missing Media Player experience for Youtube - Built with Angular (9), ngrx (9), Angular CLI, Boostrap (SASS), Youtube api
Stars: ✭ 802 (+15940%)
Mutual labels:  bootstrap, sass
Pixel Bootstrap Ui Kit
Pixel UI - Free and open source Bootstrap 5 UI Kit without jQuery
Stars: ✭ 406 (+8020%)
Mutual labels:  bootstrap, sass
rdm-app
Code for the rdm.openlighting.org site
Stars: ✭ 17 (+240%)
Mutual labels:  grunt, bower
Uix Kit
A free UI toolkit based on some common libraries for building beautiful responsive website, compatible with Bootstrap v4.
Stars: ✭ 318 (+6260%)
Mutual labels:  bootstrap, sass
Hive Framework
A website development framework built with Sass, and incorporating jQuery UI.
Stars: ✭ 14 (+180%)
Mutual labels:  grunt, sass
Spring Boot Angular2
spring boot backend, angular2 frontend with webpack, typescript, sass, bootstrap4, karma, jasmine
Stars: ✭ 396 (+7820%)
Mutual labels:  bootstrap, sass
Adminkit
🧰 AdminKit is a free & open source Bootstrap 5 Admin Template
Stars: ✭ 395 (+7800%)
Mutual labels:  bootstrap, sass
Barekit
A bare minimum responsive framework
Stars: ✭ 201 (+3920%)
Mutual labels:  grunt, sass
Tabler
Tabler is free and open-source HTML Dashboard UI Kit built on Bootstrap
Stars: ✭ 24,611 (+492120%)
Mutual labels:  bootstrap, sass
Hexo Theme Laughing
A lightweight hexo theme
Stars: ✭ 185 (+3600%)
Mutual labels:  grunt, sass
docker-npm
npm, yarn, node, npx, bower, grunt, gulp, generate-md - build and dev tools.
Stars: ✭ 53 (+960%)
Mutual labels:  grunt, bower
Grunt Frontend Workflow
Structured, modular and test-driven front-end development and build workflow with Grunt task runner. Includes boilerplate code for Backbone with single/multipage RequireJS setup, and a RESTful API for prototyping.
Stars: ✭ 44 (+780%)
Mutual labels:  grunt, sass
Almace Scaffolding
AMSF, a.k.a. Almace Scaffolding, a super-fast Jekyll framework fighting against the website obesity.
Stars: ✭ 275 (+5400%)
Mutual labels:  grunt, sass
Glup
Some of the gulp tutorial -《gulp笔记》
Stars: ✭ 136 (+2620%)
Mutual labels:  minify, sass
Twelvety
An Eleventy starter project built to be fast
Stars: ✭ 195 (+3800%)
Mutual labels:  minify, sass
Motherplate
A bare bones responsive SCSS boilerplate for web designers
Stars: ✭ 392 (+7740%)
Mutual labels:  bootstrap, sass
Neumorphism Ui Bootstrap
Neumorphism inspired UI Kit: web components, sections and pages in neumorphic style built with Bootstrap CSS Framework
Stars: ✭ 463 (+9160%)
Mutual labels:  bootstrap, sass

InstantBootstrap

InstantBootstrap is a quick and easy way to start creating bootstrap themes using LESS, SASS, GRUNT, and BOWER.

Little to No Configuration

Instant Bootstrap is rediculously easy to set up and start using. Fisrt step is to download, or clone the InstantBootstrap Git Repository.

$ git clone https://github.com/DrkDevil/InstantBootstrap 

Once downloaded navigate to the root of your projects folder where you downloaded InstantBootstrap and run $ npm install This will download all the dependencies needed to use InstantBootstrap and run your GRUNT Tasks.

GRUNT TASKS

$ GRUNT Dist-test 

This will run JSHINT

$ GRUNT default

This will run Uglify on your js, will read your less files and minify them into your selected distribution folder.

$ GRUNT dist-less

This will read your less files and minify them into your selected distribution folder.

$ GRUNT dist-sass

This will read your scss files and minify them into your selected distribution folder.

$ GRUNT dist-watch

This will run the watch command on your less, or sass files as well run browsersync.

###BOWER Files Navigate to the root of your project and run $ BOWER INIT I have included a .bowerrc file in the root of InstantBootstrap. Now that BOWER is initiated in your project it will automatically put them in the components folder under source in the root of your project.

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].