Files
vercel/examples/ionic-react
Steven 400a5c73e8 [examples][now-static-build] Bump ionic-react to latest typescript (#3967)
Fixes an issue with a dependency that was bumped but typescript was pinned in `ionic-react`.


```
$ react-scripts build
Creating an optimized production build...
Failed to compile.
/zeit/333ecfab/node_modules/@types/testing-library__react/node_modules/pretty-format/build/index.d.ts
TypeScript error in /zeit/333ecfab/node_modules/@types/testing-library__react/node_modules/pretty-format/build/index.d.ts(7,13):
'=' expected.  TS1005
     5 |  * LICENSE file in the root directory of this source tree.
     6 |  */
  >  7 | import type * as PrettyFormat from './types';
       |             ^
     8 | /**
     9 |  * Returns a presentation string of your `val` object
    10 |  * @param val any potential JavaScript object
error Command failed with exit code 1.
```
2020-03-25 19:20:59 +00:00
..

Ionic React Example

This directory is a brief example of an Ionic React app that can be deployed with ZEIT Now and zero configuration

Deploy Your Own

Deploy your own Ionic React project with ZEIT Now.

Deploy with ZEIT Now

Live Example: https://ionic-react.now-examples.now.sh

How We Created This Example

To get started with Ionic React deployed with ZEIT Now, you can use the Ionic CLI to initialize the project:

$ npx ionic start [project-name] conference --type react && cd [project-name]

Deploying From Your Terminal

You can deploy your new Ionic React project with a single command from your terminal using Now CLI:

$ now