Difference between revisions of "VT2020-Website-Rendering-Types-Demo"

From air
Jump to navigation Jump to search
Line 1: Line 1:
 
= Créer une application Next.js =
 
= Créer une application Next.js =
  +
<pre>
 
 
npx create-next-app nextjs-blog --use-npm --example "https://github.com/vercel/next-learn-starter/tree/master/learn-starter"
 
npx create-next-app nextjs-blog --use-npm --example "https://github.com/vercel/next-learn-starter/tree/master/learn-starter"
  +
</pre>
 
   
 
= Source =
 
= Source =

Revision as of 12:32, 18 January 2021

Créer une application Next.js

npx create-next-app nextjs-blog --use-npm --example "https://github.com/vercel/next-learn-starter/tree/master/learn-starter"

Source

https://nextjs.org/learn/basics/create-nextjs-app