SiteBase
A minimalistic HTML + CSS + JS base front-end framework for simple web site projects.
Student Friendly
Designed for web designers and front-end developers, SiteBase is a simple HTML + CSS + JS framework created for students learning how to code a basic front-end framework from scratch by hand, line by line.
Nothing Required
No prior web design experience is required. Designed for first-time front-end coders, SiteBase 1.0 uses no pre-processing, no command line, and no special software. All you need is a text editor and a browser.
Customizable CSS
All styling is intentionally minimal for simple, basic web sites. Core CSS includes base typography, a simple responsive grid, and a default site structure with a mobile-friendly navigation system.
Modular, Scalable, and Extensible
There are four different variations of SiteBase, each one is designed for different developer preferences and contexts.
SiteBase Static
Static CSS Variation
A basic front-end framework for beginners learning how to code from scratch by hand, line-by-line. No build tools. Straight up HTML, CSS, & JS.
SiteBase Sassy
Sassy Sass-Ready Variation
Same as the static version, but using SASS to modularize the CSS via a pre-processing build tool such as Prepros, a GUI-based compiler and task manager.
SiteBase Gulp
NPM Gulp Variation
Similar to the Sass variation, but using a CLI-based workflow for all build tools. NPM for package management. Gulp for tasks. Github for version control.
SiteBase Parcel
Parcel Variation
Similar to the Gulp variation, but using Parcel to compile and bundle the code with zero configuration.