Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.22 KB

usage.md

File metadata and controls

30 lines (23 loc) · 1.22 KB

Contents of this repo are from:

The primary benefit of create-react-app-typescript-1 is having CI setup on Travis / Bitrise. However --scripts-version= won't work when pointed at the full create-react-app. That's why this repo exists, to enable the scripts package to be installed directly from GitHub.

Install with:

create-react-app my_app --scripts-version=git+https://github.com/bootstraponline/react-scripts.git
git clone https://github.com/facebookincubator/create-react-app.git
cd create-react-app/packages/react-dev-utils
yarn
yarn link
cd my_app
yarn link react-dev-utils
yarn start

Related Issues