/turretcss-boilerplate

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

Primary LanguageHTML

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.