Nextjs + Tailwind CSS + TypeScript Starter and Boilerplate 🚀 Getting Started 📦 Dependencies next 14.1+ node v20.10+ npm v10.2+ tailwind v3.3+ 👉 Install Dependencies npm install 👉 Development Command npm run dev 👉 Build Command npm run build 👉 Build and Run With Docker docker build -t nextplate . docker run -p 3000:3000 nextplate