next-antd-tailwind
v0.5.1
Published
## π About
Downloads
8
Readme
πΊ next-antd-tailwind πΊ
π About
A boilerplate for Next.js integrated with Ant Design, tailwindcss and a lot of useful tools/library.
π Table of Contents
π¦ Template contains
- [x] ReactJS v19.0.x
- [x] Next.js v15.1.x
- [x] TailwindCSS v4.0.x
- [x] Ant Design v5.23.x
- [x] Containerized with Docker (
node:18-alpineimage) - [x] CI/CD supported (
Jenkins&SonarQube) - [x] Helm command set for k8s
- [x] A bunch of tools/library (e.g.
axios,dayjs,pino, etc.)
π Pre-loaded dependencies
yarn add @ant-design/icons antd axios dayjs eslint eslint-config-next js-base64 js-cookie lodash pino react-loading-randomizable
yarn add --dev @testing-library/jest-dom @testing-library/react autoprefixer jest jest-environment-jsdom postcss tailwindcss
npx tailwindcss init -pπ Versions (Last 2 Minor Version)
v0.5.1 - 2025-03-25
- Updated dependencies
v0.5.0 - 2025-02-06
- Upcoming: Next 15, React 19, tailwindCSS v4, eslint 9
- Updated dependencies
- Audit Fixed
v0.4.2 - 2024-09-20
- Fixed known vulnerabilities
- Updated dependencies
v0.4.1 - 2024-09-04
- Fixed known vulnerabilities via
npx yarn-audit-fix
v0.4.0 - 2024-09-04
- Added supported cacheHandler with Redis for scalable infrastructure
- Added Prettier configuration files
- Updated dockerignore for lean
Version History
... more
π Get Started
Initialized (don't forget to rename
my-project)npx degit owlsome-official/next-antd-tailwind#main my-projectGo to project folder
cd my-projectSet up dependencies
yarnRun!
yarn dev
Want some more ?
see Next.js Guide
π Next.js Template β Made with β€οΈ by Watsize π
