A boilerplate for Next.js integrated with Ant Design, tailwindcss and a lot of useful tools/library.
- ReactJS v19.0.x
- Next.js v15.1.x
- TailwindCSS v4.0.x
- Ant Design v5.23.x
- Containerized with Docker (
node:18-alpineimage) - CI/CD supported (
Jenkins&SonarQube) - Helm command set for k8s
- A bunch of tools/library (e.g.
axios,dayjs,pino, etc.)
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- Updated dependencies
... more
-
Initialized (don't forget to rename
my-project)npx degit owlsome-official/next-antd-tailwind#main my-project
-
Go to project folder
cd my-project -
Set up dependencies
yarn
-
Run!
yarn dev
see Next.js Guide
🌈 Next.js Template – Made with ❤️ by Watsize 🌈