https://github.com/tgdev/weewikipaint
Sample test driven webapp from James Shore's "Let's code javascript" web video series.
https://github.com/tgdev/weewikipaint
Last synced: over 1 year ago
JSON representation
Sample test driven webapp from James Shore's "Let's code javascript" web video series.
- Host: GitHub
- URL: https://github.com/tgdev/weewikipaint
- Owner: tgdev
- License: mit
- Created: 2015-10-24T06:50:27.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-25T23:24:40.000Z (over 10 years ago)
- Last Synced: 2025-01-29T21:44:02.096Z (over 1 year ago)
- Language: JavaScript
- Size: 156 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#Wee Wiki Paint
Dummy web app from [Let's code TDJS](http://www.letscodejavascript.com).
## Dependencies
- Node.JS
- Git
- Nodeunit (test framework)
To build:
1. Open command prompt
2. Run npm install
3. Run jake