backpack-examples-with-flowtype-yarn-workspaces
v0.6.3
Published
## How to use Download the example [or clone the whole project](https://github.com/palmerhq/backpack.git): ```bash curl https://codeload.github.com/palmerhq/backpack/tar.gz/master | tar -xz --strip=2 backpack-master/examples/with-flowtype cd with-flowtype
Downloads
7
Readme
FlowType Example
How to use
Download the example or clone the whole project:
curl https://codeload.github.com/palmerhq/backpack/tar.gz/master | tar -xz --strip=2 backpack-master/examples/with-flowtype
cd with-flowtype
Install it and run:
npm install
npm run dev
Idea behind the example
This demonstrates how to add Flow to your Backpack project. Flow is a static type checker that helps you write code with fewer bugs. Check out this introduction to using static types in JavaScript if you are new to this concept.
To learn more about Flow, take a look at its documentation.