how does one start a nextjs app
how do i start a nextjs application
Tagged Users
@couragechidi
Answers (1)
C
Courage Chidi
5/21/2025
use npx create-next-app@latest ./ to start your project in the current directory
how do i start a nextjs application
Courage Chidi
5/21/2025
use npx create-next-app@latest ./ to start your project in the current directory