All Projects → turretcss → Turretcss Boilerplate

turretcss / Turretcss Boilerplate

Basic turretcss boilerplate for front-end development using turretcss, PostCSS, PostCSS CLI, cssnext, and CSSNano.

Labels

turretcss boilerplate

The turretcss-boilerplate is a basic boilerplate using turretcss, PostCSS, PostCSS CLI, postcss-preset-env, and CSSNano.

Quick start

There are two quick start ways to download turretcss boilerplate:

Usage

Once downloaded make sure to run npm install or yarn to install all npm dependancies.

What's Included

Within the download you'll find the following directories and files.

template/
├── assets/
│   ├── css/
│   ├── fonts/
│   ├── glyphs/
│   ├── images/
├── dist/
│   index.html
│   package.json
│   postcss.config.js
│   README.md
│   theme.html
└─  yarn.lock

Scripts

start

Start script runs the watch script

"start": "npm run watch"

watch

Runs the build script and watches directory

"watch": "npm run build -- -w"

build

Builds CSS using PostCSS through postcss-cli, config is contained in postcss.config.js

"build": "postcss assets/css/main.css -o dist/bundle.css",

Creators

Scott de Jonge

Versioning

Template is maintained under the Semantic Versioning guidelines.

Copyright and license

Code released under the MIT license.

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