This project is a fork of create-react-app-typescript further tailored to the opinionated needs of @majodev and all about apps.
- 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! 🚀
npm install -g create-react-app
create-react-app my-app --scripts-version=aaa-react-scripts-ts
cd my-app/
npm start
From create-react-app-typescript.
When you run npm run build
the terminal will output the error, including the highlighted sourecode (like babel)!
- Merge facebookincubator/[email protected] into react-scripts-ts
- Add missing
cli-highlight
dependency
- Print file names when running
npm run build
- Add support for
setupTest.ts
- Highlight source code when erroring in
npm run build
- Change mentions of
eslint
totslint
- Remove hidden character from
tsconfig.json
- Copy
typescriptTransform.js
when runningnpm run eject