Skip to content
This repository was archived by the owner on Jan 26, 2019. It is now read-only.

add missing step (install typescript) #243

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -14,6 +14,7 @@ npm install -g create-react-app

create-react-app my-app --scripts-version=react-scripts-ts
cd my-app/
npm install --save-dev typescript // starting from 2.13.0 typescript is a peer dependency
npm start
```