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

https://github.com/iguntur/flow-example

Flow Example
https://github.com/iguntur/flow-example

Last synced: 2 months ago
JSON representation

Flow Example

Awesome Lists containing this project

README

          

# Flow Example

> A Quick Example and Setup Flow Static Type Checker

## Getting Started

```console
$ git clone https://github.com/iguntur/flow-example
```

### Install All Dependencies

```console
$ cd flow-example
$ npm install
$ npm run test
```

## Documentation

- [Flow](https://flow.org/en/) - A Static Type Checker For Javascript.

## License

MIT © [Guntur Poetra](https://github.com/iguntur)