🚀 Big News:Socket Has Acquired Secure Annex.Learn More
Socket
Book a DemoSign in
Socket

next-antd-tailwind

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

next-antd-tailwind

## 📘 About

latest
npmnpm
Version
0.5.1
Version published
Maintainers
1
Created
Source

🔺 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

  • ReactJS v19.0.x
  • Next.js v15.1.x
  • TailwindCSS v4.0.x
  • Ant Design v5.23.x
  • Containerized with Docker (node:18-alpine image)
  • CI/CD supported (Jenkins & SonarQube)
  • Helm command set for k8s
  • 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-project
    
  • Go to project folder

    cd my-project
    
  • Set up dependencies

    yarn
    
  • Run!

    yarn dev
    

Want some more ?

see Next.js Guide

🌈 Next.js Template – Made with ❤️ by Watsize 🌈

FAQs

Package last updated on 25 Mar 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts