React-Redux-Shadcn-Tailwind-Project-Template

This is a frontend starter pack using React, Redux, Shadcn, Tailwind CSS, and TypeScript.

Downloads
84
Stars
2

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

  1. Create a new project using the template:

npx @atik203/react-shadcn-tailwind-starter my-project

  1. Clone the repository:
git clone https://github.com/Atik203/React-Redux-Shadcn-Tailwind-Project-Template.git

  1. Navigate into the project directory:
cd React-Redux-Shadcn-Tailwind-Project-Template
  1. Install the dependencies:
yarn

Running the Application

  1. Start the application in development mode:
yarn dev

Building the Application

  1. To build the application:
yarn build

Linting and Formatting

  1. To lint the code:
yarn lint

Enjoy using the application!

Package Rankings
Top 31.77% on Npmjs.org
Related Projects