Skip to content
This repository has been archived by the owner on Mar 10, 2020. It is now read-only.

the-road-to-learn-react/react-flow-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deprecated: I don't keep up with Flow anymore, because I use TypeScript for all my projects. If you want to check out TypeScript with React, check out The Road to React.

React Flow Example

Build Status Slack Greenkeeper badge

Features

  • uses:
    • React (create-react-app)
    • Flow

Installation

  • git clone git@github.com:the-road-to-learn-react/react-flow-example.git
  • cd react-flow-example
  • npm install
  • npm start
  • visit http://localhost:3000/
  • npm run flow to type check all // @flow files or install a flow plugin for your editor / IDE