An open API service indexing awesome lists of open source software.

https://github.com/getbase/starter

Base Starter - A Rock Solid, Starter template that includes the Base CSS framework and modules to get you started on your next app or website.
https://github.com/getbase/starter

Last synced: 11 months ago
JSON representation

Base Starter - A Rock Solid, Starter template that includes the Base CSS framework and modules to get you started on your next app or website.

Awesome Lists containing this project

README

          

# [Base Starter](http://getbase.org)

### 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](#overview)
* [Installation](#installation)
* [Documentation](#documentation)
* [Support](#support)
* [Authors](#authors)
* [License](#license)

* * *

## 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

```bash
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](https://getbase.org).

* * *

## Support

* IE10+ and all other modern browsers.

* * *

## Authors

#### Matthew Hartman

* [https://github.com/matthewhartman](https://github.com/matthewhartman)
* [https://twitter.com/matthewhartmans](https://twitter.com/matthewhartmans)

* * *

## License

Code released under the [MIT Open Source](https://opensource.org/licenses/MIT) license.