react-scripts-ts

Create React apps (with Typescript) with no build configuration.

Do you know react and want to try out typescript? Or do you know typescript and want to try out react? Get all the benefits from create-react-app but you use typescript! 🚀

tl;dr

npm install -g create-react-app

create-react-app my-app --scripts-version=react-scripts-ts
cd my-app/
npm start

Changelog

1.0.3

  • Remove hidden character from tsconfig.json

1.0.2

  • Copy typescriptTransform.js when running npm run eject
Description
No description provided
Readme MIT 14 MiB
Languages
JavaScript 98.1%
Shell 1.4%
TypeScript 0.2%
CSS 0.1%
HTML 0.1%