Skip to content

rolodato/create-react-app-typescript

 
 

Repository files navigation

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.2

  • Copy typescriptTransform.js when running npm run eject

About

Create React apps using typescript with no build configuration.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 71.3%
  • Shell 21.9%
  • AppleScript 4.1%
  • HTML 2.0%
  • CSS 0.7%