https://github.com/michalczaplinski/choo-devtools
Devtools for the choo framework.
https://github.com/michalczaplinski/choo-devtools
choo choo-devtools devtools
Last synced: 28 days ago
JSON representation
Devtools for the choo framework.
- Host: GitHub
- URL: https://github.com/michalczaplinski/choo-devtools
- Owner: michalczaplinski
- License: mit
- Created: 2016-12-04T20:14:28.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-07T04:09:41.000Z (over 8 years ago)
- Last Synced: 2025-05-09T00:57:49.587Z (28 days ago)
- Topics: choo, choo-devtools, devtools
- Language: JavaScript
- Homepage:
- Size: 268 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Choo-devtools
## Use
### Step 1. Install the chrome extension
Get it from the [Chrome Web Store](https://chrome.google.com/webstore/detail/ngflagohddfllhfpfanodkemjfokiiae).
### Step 2. Install the library from npm
```javascript
const choo = require('choo')
const devtools = require('choo-devtools')const app = devtools(choo())
```