1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00
next.js/examples/with-flow
2017-04-30 07:31:03 -07:00
..
components added example with flow (#814) 2017-01-19 01:48:55 -08:00
pages added example with flow (#814) 2017-01-19 01:48:55 -08:00
types Use jsonPageRes instead of xhr (#1424) 2017-03-15 08:07:29 +05:30
.babelrc added example with flow (#814) 2017-01-19 01:48:55 -08:00
.flowconfig Add next.js flowtype definition to with-flow example (#973) 2017-02-05 19:39:51 +09:00
package.json Use latest version of Next for all examples (#1597) 2017-04-03 09:46:35 +05:30
README.md example curl pointed to with-styled-components, supposed to be with-flow (#1832) 2017-04-30 07:31:03 -07:00
with-flow.gif added example with flow (#814) 2017-01-19 01:48:55 -08:00

Deploy to now

Example app with Flow

How to use

Download the example or clone the repo:

curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-flow
cd with-flow

Install it and run:

npm install
npm run dev

Deploy it to the cloud with now (download)

now

The idea behind the example

This example shows how you can use Flow, with the transform-flow-strip-types babel plugin stripping flow type annotations from your output code.

with-flow