Skip to content

gehtmaguad/create-react-app-typescript

 
 

Repository files navigation

aaa-react-scripts-ts npm version

This project is a fork of create-react-app-typescript further tailored to the opinionated needs of @majodev and all about apps.

Features

  • Fully configured Visual Studio code environment (debugging, recommended extensions, tasks).
  • Allows to extend webpack configuration through a webpack.js inside the project without the need to eject.

See the updated README for more information on the included dependencies.

See Forking react-scripts for information of the forking process.

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=aaa-react-scripts-ts
cd my-app/
npm start

Original Readme:

From create-react-app-typescript.

Features

Code highlighting on error

When you run npm run build the terminal will output the error, including the highlighted sourecode (like babel)!

CodeHighlight

Changelog

1.1.6

1.0.6

  • Add missing cli-highlight dependency

1.0.5

  • Print file names when running npm run build
  • Add support for setupTest.ts
  • Highlight source code when erroring in npm run build

1.0.4

  • Change mentions of eslint to tslint

1.0.3

  • Remove hidden character from tsconfig.json

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 54.5%
  • Shell 23.8%
  • TypeScript 15.8%
  • AppleScript 2.3%
  • CSS 2.2%
  • HTML 1.4%