https://github.com/knisterpeter/coderetreat-playground
:computer: This is a playground to practice TDD/BDD
https://github.com/knisterpeter/coderetreat-playground
coderetreat playground
Last synced: 8 months ago
JSON representation
:computer: This is a playground to practice TDD/BDD
- Host: GitHub
- URL: https://github.com/knisterpeter/coderetreat-playground
- Owner: KnisterPeter
- License: mit
- Created: 2017-01-25T16:31:33.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-01T08:51:56.000Z (over 9 years ago)
- Last Synced: 2025-01-20T18:25:30.922Z (over 1 year ago)
- Topics: coderetreat, playground
- Language: JavaScript
- Homepage: https://knisterpeter.github.io/coderetreat-playground/
- Size: 4.62 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# coderetreat playground
This is just a simple editor/test/result/log view which allows to train TDD
Use the [demo](https://knisterpeter.github.io/coderetreat-playground/) or clone your own.
## Usage
Clone and run `npm intall && npm start`.
Then open your browser at [http://localhost:8080](http://localhost:8080)
## Features
* Integrated monaco editor
* Integrated mocha and chai test setup
---
Licence MIT