An open API service indexing awesome lists of open source software.

https://github.com/zetavg/create-react-app-radix-tailwind-typescript-template

Create React App with TypeScript, Tailwind, and Radix UI (with shadcn/ui). With the help of CRACO (Create React App Configuration Override), ESLint, Prettier, simple-import-sort, Jest and absolute imports with @/*.
https://github.com/zetavg/create-react-app-radix-tailwind-typescript-template

Last synced: 3 months ago
JSON representation

Create React App with TypeScript, Tailwind, and Radix UI (with shadcn/ui). With the help of CRACO (Create React App Configuration Override), ESLint, Prettier, simple-import-sort, Jest and absolute imports with @/*.

Awesome Lists containing this project

README

          

# Create React App with TypeScript, Tailwind, and Radix UI

![](https://github.com/zetavg/create-react-app-radix-tailwind-typescript-template/assets/3784687/94474f70-2b97-4433-ae36-d73ebb34c6fb)

This is a template project for [Create React App](https://create-react-app.dev/) with [TypeScript](https://www.typescriptlang.org/), [Tailwind CSS](https://tailwindcss.com/), and [Radix UI](https://www.radix-ui.com/) (with [shadcn/ui](https://ui.shadcn.com/)).

✅ [CRACO (Create React App Configuration Override)](https://craco.js.org/)
✅ [Tailwind CSS](https://tailwindcss.com/)
✅ [Radix UI](https://www.radix-ui.com/) with [shadcn/ui](https://ui.shadcn.com/)
✅ [TypeScript](https://www.typescriptlang.org/)
✅ [ESLint](https://eslint.org/) with [Prettier](https://prettier.io/) and [simple-import-sort](https://github.com/lydell/eslint-plugin-simple-import-sort)
✅ [Jest](https://jestjs.io/) with [Testing Library](https://testing-library.com/)
✅ Absolute imports with `@/*`

## Available Scripts

In the project directory, you can run:

### `npm start`

Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.

The page will reload if you make edits.\
You will also see any lint errors in the console.

### `npm test`

Launches the test runner in the interactive watch mode.\
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.

### `npm run build`

Builds the app for production to the `build` folder.\
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.\
Your app is ready to be deployed!

See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.

## Learn More

You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started). Also, check out [CRACO](https://craco.js.org/docs/) for more possibilities of customizing the configuration of Create React App.

See the documentation of [Tailwind CSS](https://tailwindcss.com/docs), [Radix UI](https://www.radix-ui.com/primitives/docs), and [shadcn/ui](https://ui.shadcn.com/docs/components) on how to use them.

To learn React, check out the [React documentation](https://reactjs.org/).