CmdStack Dev Commands Hub
Your one-stop resource for commands across popular development frameworks
Frameworks
Create Next.js App
npx create-next-app@latest my-app
Create a new Next.js application with the default template
Development Server
npm run dev
Start the development server on http://localhost:3000
Build Application
npm run build
Build the application for production
Start Production Server
npm run start
Start the application in production mode
Install Dependency
npm install [package-name]
Install a package as a dependency