https://github.com/darkleaf/material-todo
https://github.com/darkleaf/material-todo
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/darkleaf/material-todo
- Owner: darkleaf
- Archived: true
- Created: 2015-06-10T16:41:29.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-13T18:34:45.000Z (over 10 years ago)
- Last Synced: 2025-03-21T15:23:59.186Z (11 months ago)
- Language: JavaScript
- Size: 125 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```bash
git init
npm init
npm install jspm@beta --save-dev
$(npm bin)/jspm init #babel
npm install mocha --save-dev
```