Skip to content

Commit

Permalink
Update create-ink-app guide (#389)
Browse files Browse the repository at this point in the history
  • Loading branch information
LitoMore authored Oct 20, 2020
1 parent 1396566 commit 6eb9c25
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,12 @@ $ cd my-ink-cli
$ npx create-ink-app
```

Alternatively, create a TypeScript project:

```
$ npx create-ink-app --typescript
```

<details><summary>Manual setup</summary>
<p>
Ink requires the same Babel setup as you would do for regular React-based apps in the browser.
Expand Down

0 comments on commit 6eb9c25

Please sign in to comment.