paz-sh / paz-sh.github.io

Landing page for paz
http://paz.sh
2 stars 0 forks source link

Bassplate

Boilerplate for Basscss with Gulp and Rework

Features

Getting Started

To start fresh, clone Bassplate into a new project and remove its git directory.

git clone https://github.com/jxnblk/bassplate.git new-project
cd new-project
rm -rf .git

Install dev dependencies. (Requires Node NPM -- Install Node)

npm install

Run the default Gulp task to compile assets and start a local web server. (Requires Gulp -- Install Gulp)

gulp

Use index.html as a starting point and edit the files in src/ to customize the CSS.


MIT License