sajad torkamani

Create project

With default JavaScript template:

npx create-react-app <app-name>

With TypeScript template:

npx create-react-app <app-name> --template typescript

With TypeScript & Redux template:

npx create-react-app <app-name> --template redux-typescript

Optional: Setup prettier

Setup prettier.

Optional: Setup Tailwind CSS

See this post.

You may also want to add the tailwindcss-forms plugin.

If using VSCode, you’ll also want to configure it to work nicely with Tailwind.