cra-template-react-ts-tw
v1.0.5
Published
## About
Readme
CRA-TEMPLATE-REACT-TS-TW
About
create-react-app typescript template (React 18) with neccesary packages setup: tailwindcss, react-router, react-query and husky
Using the template
npx create-react-app my-app --template react-ts-twFeatures included
- TailwindCSS config setup
- Full
tsconfig.jsonrules so that you can easily pick which rules you wanted - husky for eslint and prettier formatter pre-commit
- Extra packages installed:
axios,react-router,react-query - No unused packages installed
Suitable Usage
- Simple React project that doesn't really need testing
- For those who want to quicky develop front-end with typescript and tailwind without wasting time in setting up configs and boilerplates
For Contributing
- Currently there's no guide for contributing, if you like to contribute to this package, please let me know.
Cloning the Repo
- Fork this repo to your github
- Git clone to your local machine:
git clone ...Installation
npm install
npm run husky:prepareIf you get issues with prettier or eslint, simply run:
npm run format
npm run lint:fix