Skip to content

FNGR2911/nofrills

Repository files navigation

nofrills

nofrills is a clean Drupal 8/9 starter theme (or boilerplate) with Webpack, Tailwind CSS, SASS (+ Autoprefixer), Babel (ES6), Uglify, Imagemin and more.

Features

  • Base theme is stable so you have bare minimum of classes and wrapping divs in your HTML
  • Webpack powered to transform and watch Sass (with Autoprefixer), JavaScript (ES6 with Babel) and images (imagemin)
  • Tailwind CSS as a utility-first CSS framework for rapidly building custom designs Learn more

Requirements

  • Node (> 10.7)
  • NPM or Yarn (> 6.4)

Installation

  1. Go to your themes folder and clone this repo into it:
$ cd web/themes/ && git clone git@github.com:FNGR2911/nofrills.git YOUR_THEME_NAME
  1. Install all dependencies
$ npm install
  1. Run the dev script and start developing
$ npm run dev
  1. To get production optimized assets, run build
$ npm run build

License

MIT