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

https://github.com/juancaicedo/tdd-css

Workshop for test driven css
https://github.com/juancaicedo/tdd-css

css javascript tdd testing

Last synced: about 2 months ago
JSON representation

Workshop for test driven css

Awesome Lists containing this project

README

          

# TDD-Css

This is a workshop exploring how to write stylesheets in a test driven manner.
It uses elements originally developed
for [SpanishDict.com](http://www.spanishdict.com/guide/sample-article)'s
[language learning guide](http://www.spanishdict.com/guide/sample-article)

## Setup

```bash
$ git clone https://github.com/JuanCaicedo/tdd-css.git
$ cd tdd-css
$ npm install
$ npm test
```

## Development

To build styles (before running tests with changes)

```bash
$ npm run build

# or develop using
$ npm run build:watch
```