An open API service indexing awesome lists of open source software.

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.

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())
```