You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
510 B
510 B
NextJS
Bootstrap a project
$ npx create-next-app nextjs-blog --use-npm --example "https://github.com/vercel/next-learn-starter/tree/master/learn-starter"
Launch the server
$ cd nextjs-blog
$ npm run dev
> learn-starter@0.1.0 dev C:\dev\playground\nextjs-blog
> next dev
ready - started server on http://localhost:3000
Browse localhost. Next.js page will be displayed