cra-template-idelic
v1.0.0
Published
The Idelic template for Create React App.
Downloads
2
Maintainers
Readme
cra-template-idelic
This is the official Idelic template for Create React App.
To use this template, add --template idelic
when creating a new app.
For example:
npx create-react-app my-app --template idelic
# or
yarn create react-app my-app --template idelic
Integrate with an Existing Application
To integrate with an existing application, replace the following files/folders in your project directory:
.eslintrc
package.json
/scripts/dependencyFix.js
.tsconfig.json
then run a clean install on your project.