Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rhiokim/electron-floating-app
(wip) floating app example
https://github.com/rhiokim/electron-floating-app
Last synced: about 2 months ago
JSON representation
(wip) floating app example
- Host: GitHub
- URL: https://github.com/rhiokim/electron-floating-app
- Owner: rhiokim
- Created: 2017-05-22T17:06:36.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T17:40:21.000Z (about 2 years ago)
- Last Synced: 2024-04-14T07:51:15.252Z (9 months ago)
- Language: CSS
- Homepage:
- Size: 2.58 MB
- Stars: 21
- Watchers: 1
- Forks: 8
- Open Issues: 13
-
Metadata Files:
- Readme: README.flowtype.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
## How to setup flowtype
### Prerequisite
```
$ brew update && brew install flow
$ npm i -g flow-type
```### To use type checking on the fly
* for SublimeText
- [SublimeLinter-flow](https://github.com/SublimeLinter/SublimeLinter-flow)
* for Atom
- [flow-ide](https://atom.io/packages/flow-ide)### References
* Flow: Type Checking with Flow in React + Redux
- https://www.robinwieruch.de/the-soundcloud-client-in-react-redux-flow/
* Flow Basic Configuration
- https://github.com/raquo/facebook-flow-examples/blob/master/flow-config.md
* Advanced Configuration
- https://flowtype.org/docs/advanced-configuration.html
* https://github.com/mizchi/modern-js-stack-example-with-react
* Installation
- https://github.com/gajus/eslint-plugin-flowtype#installation
* ESLint Configuration
- https://github.com/gajus/eslint-plugin-flowtype#configuration
* Shareable Config for Recommended Flowtype
- https://github.com/gajus/eslint-plugin-flowtype/blob/master/src/configs/recommended.json