cra-template-ts-empty
v1.0.4
Published
The base but empty TypeScript template for Create React App.
Downloads
25
Maintainers
Readme
cra-template-ts-empty
This is a fork of the official TypeScript template for Create React App, but doesn't come with the placeholder React logo. So you don't have to clean up your new project before you are able to start coding.
To use this template, add --template ts-empty
when creating a new app.
For example:
npx create-react-app my-app --template ts-empty
# or
yarn create react-app my-app --template ts-empty
For more information, please refer to:
- Getting Started – How to create a new app.
- User Guide – How to develop apps bootstrapped with Create React App.
If you find this useful, you might also like my other projects: https://lgk.io
My Twitter: @lgkonline