1.0.0 • Published 4 years ago

cra-template-idelic v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

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.