Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions .flowconfig

This file was deleted.

20 changes: 1 addition & 19 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,5 @@
This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app). [Detailed guide](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md)

# Setup

## Install flow:
- Check if `flow` is installed. `flow version` -> `0.67.0`
- If not installed, install flow globally `npm i -g flow-bin`

## Preferred IDE
For seamless integration use Atom

### Atom packages to install:
- `language-babel`
- `linter`
- `linter-eslint`
- `nuclide` - for better integration with flow
- `prettier-atom` - for opinionated formatting

## Install dependencies
Run `npm install`
Run `npm i`

# Run
`npm start`
Loading