Next.js CLI commands for building React applications
/plugin marketplace add leobrival/topographic-studio-plugins/plugin install cli-toolkit@topographic-studio-pluginsComprehensive documentation of the Next.js CLI for creating, developing, building, and deploying React applications with TypeScript. ## Installation & Project Creation ### `create-next-app` Creates a new Next.js application with interactive setup. ## Project Creation Options ### Basic Options ### Language & Framework ### Styling & Linting ### Project Structure ### Build Tool ### React Features ### Import Alias ### Package Manager ### Examples & Templates ### Additional Options ### Complete Example ## Core CLI Commands ### `next dev` Starts the devel...