Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/quilljou/next-ts-tailwind-starter


https://github.com/quilljou/next-ts-tailwind-starter

i18n less next-intl nextjs shadcn-ui transmart typescript

Last synced: 6 days ago
JSON representation

Awesome Lists containing this project

README

        

## Next-TS-Tailwind-Starter

Choosing a technology stack is a very subjective matter, if you happen to like using `NextJS`, `Tailwind CSS`, `Typescript` and `Shadcn UI` and more to build NextJS applications, then give it a try.

## Run

```sh
yarn
yarn dev
```

We prefer `Yarn` as package manager, If you want to use `pnpm` or `npm`, feel free to use

## Tech Stack

- [next](https://nextjs.org/)
- [react](https://reactjs.org/)
- [shadcn ui](https://ui.shadcn.com/)
- [next-intl](https://next-intl-docs.vercel.app/)
- [react-lucide](https://lucide.dev/)
- [transmart](https://github.com/Quilljou/transmart)
- [react-query](https://tanstack.com/query/latest/)
- [tailwindcss](https://tailwindcss.com/)
- [postcss](https://postcss.org/)
- [eslint](https://eslint.org/)/[stylelint](https://stylelint.io/)
- [prettier](https://prettier.io/)
- [svgr](https://react-svgr.com/)
- [editorconfig](https://editorconfig.org/)
- [husky](https://typicode.github.io/husky/#/)/[lint-staged](https://github.com/okonet/lint-staged)
- [commitlint](https://commitlint.js.org/)
- [next-sitemap](https://github.com/iamvishnusankar/next-sitemap#readme)

## Deploy

[Cloudflare Pages](https://pages.cloudflare.com/) is my first option to deploy React App,follow [this documentation](https://developers.cloudflare.com/pages/framework-guides/deploy-a-nextjs-site/#configure-the-application-to-use-the-edge-runtime) to deploy your site.

[Vercel](https://pages.cloudflare.com/) is a good option too,Go to [Vercel](https://vercel.com/new) and link to your Git Repo

Enjoy building.

## Related

- [Next Starter](https://github.com/Quilljou/next-ts-tailwind-starter)

- [React Starter](https://github.com/Quilljou/vite-react-ts-tailwind-starter)

- [Figma Starter](https://github.com/Quilljou/figma-react-tailwind-starter)