Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

developed old react-scripts-ts for maximum lava-rage of performances

License

NotificationsYou must be signed in to change notification settings

qfinex/react-scripts-ts

Repository files navigation

react-scripts-ts

LicenseNPMCircleCI Status

@qfinex/react-scripts-ts [4.0.9]

Modern build setup with no configuration for [ React + TypeScript ]projects.

Main differences with create react app:

Found any problem or bug? Pleasecreate a new issue

Features

Check out thetemplate files for usage examples.

Getting started

Create a new project:

npx create-react-app my-app --scripts-version=@qfinex/react-scripts-tscd my-app/yarn start

Already using create-react-app / react-scripts?

Install this package in yout project:

yarn add @qfinex/react-scripts-ts

Change your package.json configuration to use react-scripts-ts

{"scripts": {"start":"react-scripts-ts start","build":"react-scripts-ts build","test":"react-scripts-ts test --env=jsdom",  }}

Ejecting

Ejecting is not supported in this project, you have 2 options:

{"scripts": {"start":"react-app-rewired start --scripts-version @qfinex/react-scripts-ts","build":"react-app-rewired build --scripts-version @qfinex/react-scripts-ts","test":"react-app-rewired test --scripts-version @qfinex/react-scripts-ts --env=jsdom"  }}
                                   2020| QFinex

[8]ページ先頭

©2009-2025 Movatter.jp