backpack-examples-with-flowtype

0.8.4 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i backpack-examples-with-flowtype

Weekly Downloads

1

Version

0.8.4

License

MIT

Unpacked Size

2.83 kB

Total Files

6

Last publish

Collaborators

  • jaredpalmer