rsnext/packages/create-next-app
2020-05-16 17:53:08 -04:00
..
helpers chore(create-next-app): add missing types (#12691) 2020-05-10 17:51:47 -04:00
templates/default Rename ZEIT to Vercel (#12075) 2020-04-21 11:47:12 +02:00
create-app.ts chore(create-next-app): add missing types (#12691) 2020-05-10 17:51:47 -04:00
index.ts chore(create-next-app): add missing types (#12691) 2020-05-10 17:51:47 -04:00
package.json v9.4.1-canary.9 2020-05-16 17:53:08 -04:00
README.md Add Create Next App instructions (#8224) 2019-08-03 12:25:25 +01:00
tsconfig.json Rewrite Create Next App (#8030) 2019-07-19 15:55:30 -04:00

create-next-app

This package includes the global command for creating Next.js applications.

Please refer to its documentation:

  • Setup How to create a new Next.js application.
  • Documentation How to develop Next.js applications.