Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leizeng/js-tdd-workshop-seed
A seed project to create javascript TDD workshop
https://github.com/leizeng/js-tdd-workshop-seed
Last synced: about 2 months ago
JSON representation
A seed project to create javascript TDD workshop
- Host: GitHub
- URL: https://github.com/leizeng/js-tdd-workshop-seed
- Owner: LeiZeng
- Created: 2015-07-27T09:03:36.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-27T09:43:08.000Z (over 9 years ago)
- Last Synced: 2023-03-24T04:37:26.810Z (almost 2 years ago)
- Language: JavaScript
- Size: 113 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
#setup
- Clone this repo: `git clone https://github.com/LeiZeng/js-tdd-workshop-seed.git`
- Install dependencies: `npm i`#test
- run test cases: `npm test`
- check code style: `npm run style`