Back

React TypeScript TailwindCSS CRA Template

author-image

By Amir

Published on Jun 3, 2022

create-react-app template (React 18 & TypeScript) with neccesary packages setup: tailwindcss, react-router, react-query and husky

Using the template

npx create-react-app my-app --template react-ts-tw

Features included

Suitable Usage

For Contributing

Cloning the Repo

  1. Fork this repo to your github
  2. Git clone to your local machine:
git clone ...

Installation

npm install
npm run husky:prepare

If you get issues with prettier or eslint, simply run:

npm run format
npm run lint:fix