rsnext/packages/create-next-app
2020-04-17 16:28:58 -05:00
..
helpers Confirm if user wants example when creating app (#10543) 2020-04-07 13:11:29 -04:00
templates/default Add API route to default CNA template (#11981) 2020-04-17 16:28:58 -05:00
create-app.ts Allow top-level GitHub repo URLs as examples (#11691) 2020-04-06 15:57:19 +02:00
index.ts Confirm if user wants example when creating app (#10543) 2020-04-07 13:11:29 -04:00
package.json v9.3.6-canary.3 2020-04-17 15:26:31 -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.