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.
Yik Teng Hie 6c8a473bd7 quick start for vueJS and nextJS 5 years ago
..
README.md quick start for vueJS and nextJS 5 years ago

README.md

NextJS

Home

Reference

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