backpack-examples-with-flowtype-babel-7

## 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

Usage no npm install needed!

<script type="module">
  import backpackExamplesWithFlowtypeBabel7 from 'https://cdn.skypack.dev/backpack-examples-with-flowtype-babel-7';
</script>

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.