devinchen / bassplate

Boilerplate for Basscss with cssnext

Home Page:http://basscss.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bassplate

Boilerplate for Basscss with cssnext

Features

Getting Started

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

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

Install dev dependencies. (Requires Node and npm -- Install Node)

npm install

Start watching files for compilation and start development server.

npm start

Open http://localhost:8080

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


MIT License

About

Boilerplate for Basscss with cssnext

http://basscss.com


Languages

Language:CSS 98.8%Language:HTML 1.2%