Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/quilljou/next-ts-tailwind-starter
- Owner: Quilljou
- License: mit
- Created: 2023-09-13T04:27:03.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-30T05:32:45.000Z (11 months ago)
- Last Synced: 2024-10-12T22:01:44.848Z (about 1 month ago)
- Topics: i18n, less, next-intl, nextjs, shadcn-ui, transmart, typescript
- Language: TypeScript
- Homepage: https://next-ts-tailwind-starter.pages.dev
- Size: 225 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)