cra-template-karan
v1.0.1
Published
The base template for Create React App with TypeScript, ESLint, and Prettier.
Downloads
3
Maintainers
Readme
CRA Template by Karan Rawal
This template serves as a base for Create React App and includes default support for:
To use this template, add the --template cra-template-karan
option when running the create-react-app command.
Recommendations:
- For optimal use of this template, it's recommended to use VSCode as your IDE, with the eslint and prettier extensions installed.
- If the current version of the eslint extension for VSCode is incompatible with the latest version of eslint, consider switching to the pre-release version of the eslint extension. This should resolve any compatibility issues.
Additional Resources:
- Getting Started: Learn how to create a new app.
- User Guide: Discover how to develop apps bootstrapped with Create React App.