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
- Host: GitHub
- URL: https://github.com/g-ray/masq-app
- Owner: G-Ray
- Created: 2018-04-09T16:48:47.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-09T15:18:59.000Z (about 8 years ago)
- Last Synced: 2025-02-15T02:25:59.507Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 1.06 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# masq-app
[](https://github.com/QwantResearch/masq-app)
[](https://travis-ci.org/QwantResearch/masq-app)
[](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
```