@atik203/react-shadcn-tailwind-starter
v1.1.2
Published
A starter template for React with Tailwind CSS, TypeScript, and shandcn ui
Downloads
5
Maintainers
Readme
React Redux Shadcn Tailwind Project Starter
This is a frontend starter pack using React, Redux, Shadcn, Tailwind CSS, and TypeScript.
Prerequisites
- Tailwind CSS
- Redux
- React
- Shadcn ui
- TypeScript
- Zod
Installation
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
Running the Application
- Start the application in development mode:
yarn dev
Building the Application
- To build the application:
yarn build
Linting and Formatting
- To lint the code:
yarn lint
Enjoy using the application!