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
- Host: GitHub
- URL: https://github.com/juancaicedo/tdd-css
- Owner: JuanCaicedo
- Created: 2017-01-13T13:31:39.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-07T16:35:47.000Z (over 9 years ago)
- Last Synced: 2025-10-20T03:59:20.351Z (8 months ago)
- Topics: css, javascript, tdd, testing
- Language: JavaScript
- Size: 35.2 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```