Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fngr2911/nofrills

Drupal 8/9 boilerplate theme with Webpack, Tailwind CSS, Sass, Babel and more.
https://github.com/fngr2911/nofrills

babel boilerplate drupal-8 drupal-9 drupal-theme imagemin sass tailwindcss theme webpack

Last synced: 4 days ago
JSON representation

Drupal 8/9 boilerplate theme with Webpack, Tailwind CSS, Sass, Babel and more.

Awesome Lists containing this project

README

        

# 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](https://tailwindcss.com/)

### Requirements

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

### Installation

1. Go to your themes folder and clone this repo into it:

```bash
$ cd web/themes/ && git clone [email protected]:FNGR2911/nofrills.git YOUR_THEME_NAME
```

2. Install all dependencies

```bash
$ npm install
```

3. Run the dev script and start developing

```bash
$ npm run dev
```

4. To get production optimized assets, run build

```bash
$ npm run build
```

### License

MIT