nofrills is a clean Drupal 8/9 starter theme (or boilerplate) with Webpack, Tailwind CSS, SASS (+ Autoprefixer), Babel (ES6), Uglify, Imagemin and more.
- 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
- Node (> 10.7)
- NPM or Yarn (> 6.4)
- 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
- Install all dependencies
$ npm install
- Run the dev script and start developing
$ npm run dev
- To get production optimized assets, run build
$ npm run build
MIT