0.0.1 • Published 7 years ago
@springbuck/flesh v0.0.1
Flesh
Table of Content
- Introduction
- Installation
- Usage
- Licence
Introduction
A UI concept for springbuck apps. consisting of styles, markups and behaviour.
Installation
- NPM
npm instal @springbuck/flesh --save
"dependencies": {
...
"@springbuck/flesh": "~0.0.0",
...
}
- Composer
$ composer require springbuck/flesh
"require": {
...
"springbuck/flesh": "~0.0.0",
..
}
- Manual
- Download zip at https://github...
- Extract
- In
<link></link>
<script></script>
Prerequisites
- This works on Windows, macOS and Linux.
- Node Package Manager and Gulp are required. Make sure you can run
gulp -v
andnpm -v
. - You can get Node at nodejs.org, then install gulp using
npm install gulp-cli -g
Getting started
- Clone this repo
- Run
npm install
- Run
gulp watch
- Look at
index.html
(ideally with a local development webserver) - Add any Bootstrap Sass variables into
scss/_custom-variables.scss
- Add any custom styles into
scss/_custom-styles.scss
. You can use Bootstrap's mixins here. - Repeat steps 4 to 6 until you like what you see :-)
Thanks to:
Alexander Rechsteiner
- https://hackerthemes.com
- https://twitter.com/arechsteiner
- https://github.com/arechsteiner
- https://hackerthemes.com/kit
Documentation
Visit FLESH DOCS or http://
Licence
Released under the MIT License, LICENSE.
0.0.1
7 years ago