0.1.6 • Published 7 years ago

tes-style-guide v0.1.6

Weekly downloads
9
License
MIT
Repository
github
Last release
7 years ago

RA-TES Style Guide

A CSS Framework for building awesome line-of-business web apps based on material design and Materialize.

Contributing

Feel free to open an issue, or file a pull-requests if you see there are any issues or improvements we should make. We value all contributions (not just code) so also improvements to documentation & guidelines.

How to: use this style guide in your project

  • Perform yarn add tes-style-guide to add this repository to your package.json
  • Make use of the styleguide by connecting the css file with import 'tes-style-guide/bin/materialize.css' in any javascript file
  • You need import the file only once

How to: develop the style guide on your local machine

  • Install NodeJs
  • Install Git
  • Install Yarn
  • Create a local folder where you want to install your files.
  • Go to Git repository and copy the URL (top right of the page)
  • Open command line in your folder of choice: git clone https://github.com/ra-tes/style-guide.git
  • Go to the tes-styleguide folder in your root folder using commandline
  • Run the command: yarn add grunt -g
  • Run the command: yarn install
  • Run the command: yarn run dev
  • Open the site: localhost:8000

Supported Browsers:

Chrome 35+, Firefox 31+, Safari 7+, IE 10+

Testing

We use Jasmine as our testing framework and we're trying to write a robust test suite for our components. If you want to help, here's a starting guide on how to write tests in Jasmine

0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago