create-react-app typescript template (React 18) with neccesary packages setup: tailwindcss, react-router, react-query and husky
npx create-react-app my-app --template react-ts-tw- 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
- 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
- Currently there's no guide for contributing, if you like to contribute to this package, please let me know.
- Fork this repo to your github
- Git clone to your local machine:
git clone ...npm install
npm run husky:prepareIf you get issues with prettier or eslint, simply run:
npm run format
npm run lint:fix