https://github.com/getdave/web-starter-toolkit
A Sass-based toolkit to kitstart your web development projects using best practices
https://github.com/getdave/web-starter-toolkit
Last synced: 11 months ago
JSON representation
A Sass-based toolkit to kitstart your web development projects using best practices
- Host: GitHub
- URL: https://github.com/getdave/web-starter-toolkit
- Owner: getdave
- Created: 2012-06-14T08:31:41.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2013-04-17T13:04:25.000Z (about 13 years ago)
- Last Synced: 2025-02-26T02:41:22.520Z (over 1 year ago)
- Language: JavaScript
- Size: 871 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Web Starter Toolkit
This projects aims to be a starter kit for building websites using HTML5, CSS (via SASS and Compass) and Javascript It is by no means comprehensive but it aims to build upon best practice and draws inspiration from OOCSS, 320andUp, Bootstrap, Inuit.css, Zurb Foundation and the HTML5 Boilerplate.
##Requirements
The framework requires the CSS pre-processor SASS and it's sister project Compass. A config file is included for your convenience.
##Documentation
The official docs for the framework are included in the repo in the `/docs/` directory. Run the HTML file and browse at leisure. The docs are auto generated from comments using the excellent Style Docco.