Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Tabler | 33,582 | 16 | 5 | a day ago | 16 | April 04, 2019 | 55 | mit | HTML | |
Tabler is free and open-source HTML Dashboard UI Kit built on Bootstrap | ||||||||||
Ngx Admin | 24,340 | 7 | 25 days ago | 11 | July 19, 2017 | 463 | mit | TypeScript | ||
Customizable admin dashboard template based on Angular 10+ | ||||||||||
Bootswatch | 14,026 | 1,604 | 157 | a month ago | 39 | September 15, 2022 | 34 | mit | JavaScript | |
Themes for Bootstrap | ||||||||||
React Toolbox | 8,705 | 1,310 | 132 | a year ago | 66 | June 02, 2018 | 267 | mit | JavaScript | |
A set of React components implementing Google's Material Design specification with the power of CSS Modules | ||||||||||
Nebular | 7,761 | 454 | 39 | 3 days ago | 87 | September 22, 2022 | 838 | mit | TypeScript | |
:boom: Customizable Angular UI Library based on Eva Design System :new_moon_with_face::sparkles:Dark Mode | ||||||||||
Sphinx_rtd_theme | 4,334 | 2,004 | 4,040 | 4 days ago | 32 | September 13, 2021 | 237 | mit | Sass | |
Sphinx theme for readthedocs.org | ||||||||||
Understrap | 2,957 | 81 | 1 | 5 days ago | 37 | November 08, 2021 | 75 | gpl-3.0 | CSS | |
Underscores + Bootstrap = Understrap, the renowned open-source WordPress starter theme. | ||||||||||
Minima | 2,915 | 25,661 | 6 | 20 hours ago | 15 | August 16, 2019 | 27 | mit | SCSS | |
Minima is a one-size-fits-all Jekyll theme for writers. | ||||||||||
Modular Admin Html | 2,791 | 2 years ago | 2 | April 12, 2019 | 59 | other | HTML | |||
ModularAdmin - Free Dashboard Theme Built On Bootstrap 4 | HTML Version | ||||||||||
Foundationpress | 2,780 | 4 years ago | 35 | April 12, 2019 | 55 | mit | PHP | |||
FoundationPress is a WordPress starter theme based on Foundation 6 by Zurb |
Note: this theme is now deprecated due to the changes in WordPress since v5.0. Feel free to fork and update for your own usage but I will no longer be updating this repo.
This theme is a starter theme for WordPress that utilises modern development workflows and tools, like SASS, Webpack, Babel, Browsersync and a CSS framework (Foundation 6 for Sites, optional).
Appearance -> Themes
and click the Add New
buttonWP Starter Theme with Sass + Webpack
in the search form and press the Enter
key on your keyboardActivate
button to use your new theme right away/wp-content/themes/
, run git clone https://github.com/dominicfallows/WP-Starter-Theme-Sass-Webpack.git
Appearance -> Themes
click Activate
on the WP Starter Theme with Sass + Webpack
themesrc
folder of the theme in your terminal/consoleyarn install
$dev_hostname
value in header.php
to your local development hostnameyarn start
- to start the Webpack development scriptssrc
and WP PHP files in the theme, the browser will reload (with browser-sync) as you make changesyarn start
from above creates uncompressed (un-minified) development versions of the CSS and JS files. Before pushing your files to a production environment you should create production ready versions. To do this:
yarn build
wp_enqueue_script
and wp_enqueue_style
function lines under the Development styles and scripts comment in functions/enqueue.php
wp_enqueue_script
and wp_enqueue_style
function lines under the Production styles and scripts lines in functions/enqueue.php
src/scss/app.scss
and un-required Font-Awesome (or the whole library) in src/scss/vendor/font-awesome/scss/font-awesome.scss
This starter theme uses Foundation 6 for Sites. You can easily swap this for a framework of your choice, to do this update the following:
// Import Foundation
lines in src/js/app.js
// Foundation
line in src/scss/app.scss
WP Starter Theme with Sass + Webpack, Copyright 2017 Dominic Fallows, Distributed under the terms of the MIT license