This is a frontend starter pack using React, Redux, Shadcn, Tailwind CSS, and TypeScript.
- Tailwind CSS
- Redux
- React
- Shadcn ui
- TypeScript
- Zod
Install using npx
- Create a new project using the template:
npx @atik203/react-shadcn-tailwind-starter my-project
- Clone the repository:
git clone https://github.com/Atik203/React-Redux-Shadcn-Tailwind-Project-Template.git
- Navigate into the project directory:
cd React-Redux-Shadcn-Tailwind-Project-Template
- Install the dependencies:
yarn
- Start the application in development mode:
yarn dev
- To build the application:
yarn build
- To lint the code:
yarn lint
Enjoy using the application!