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

https://github.com/g-ray/masq-app

Masq App
https://github.com/g-ray/masq-app

Last synced: about 1 year ago
JSON representation

Masq App

Awesome Lists containing this project

README

          

# masq-app

[![](https://img.shields.io/badge/project-Masq-7C4DFF.svg?style=flat-square)](https://github.com/QwantResearch/masq-app)
[![](https://api.travis-ci.org/QwantResearch/masq-app.svg)](https://travis-ci.org/QwantResearch/masq-app)
[![](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)

The Masq App based on electron.

# Overview
This project is based on [create-react-app](https://github.com/facebook/create-react-app).

## Quick start
```
npm install
npm start
```

To develop as an electron app:
```
npm run electron-dev
```