Awesome
Base Starter
A Rock Solid, Starter template that includes the Base CSS framework and other goodies.
Start your web / app projects right away. Spend less time with setup and focus more time on writing beautiful styles.
Table of contents
Overview
Base starter includes a basic index.html template, along with favicons and base styles.
Installation
Getting started is easy, simply clone the repo and run the project
git clone git@github.com:getbase/starter.git --depth=1 your-website \
&& cd your-website && rm -rf .git && npm i && npm start
Documentation
Base starter includes the latest version of Base to get you started.
Base starter is powered by ParcelJS which compiles SCSS with live reload support, optimises images, compiles and minifies CSS/JS.
There are a series of npm scripts that can perform all the above tasks in a single action. Below is a list of all the npm scripts within the Base Starter package.json.
NPM Task | Outcome |
---|---|
npm start | Starts up a web server and watches for HTML, SCSS and JS changes within /src |
npm run build | The build task optmises your website for production |
If you would like to learn more about Base, head over to the Base website.
Support
- IE10+ and all other modern browsers.
Authors
Matthew Hartman
License
Code released under the MIT Open Source license.