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

https://github.com/wmzy/boomerang-editor

play with json
https://github.com/wmzy/boomerang-editor

json-server json-server-mock

Last synced: 12 months ago
JSON representation

play with json

Awesome Lists containing this project

README

          

# boomerang-editor

[![Build Status](https://travis-ci.org/wmzy/boomerang-editor.svg?branch=master)](https://travis-ci.org/wmzy/boomerang-editor)

> editor for boomerang

## Build Setup

``` bash
# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

# run unit tests
npm run unit

npm run e2e

# run all tests
npm test
```