https://github.com/l2silver/flowtype-tutorial
Just a simple repo for tests with flow type
https://github.com/l2silver/flowtype-tutorial
Last synced: 6 months ago
JSON representation
Just a simple repo for tests with flow type
- Host: GitHub
- URL: https://github.com/l2silver/flowtype-tutorial
- Owner: l2silver
- License: mit
- Created: 2016-08-24T13:21:48.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-24T14:04:16.000Z (almost 10 years ago)
- Last Synced: 2024-12-29T18:34:58.073Z (over 1 year ago)
- Language: JavaScript
- Size: 22.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
## Flowtype tutorial
- [Getting Started](https://www.flowtype.org/docs/getting-started.html)
#### Some notes:
Steps taken:
- `$ touch .flowconfig`
- `$ npm install --save-dev flow-bin`
- `$ npm install --save-dev babel-plugin-transform-flow-strip-types`