rsnext/packages/create-next-app
2020-06-01 19:27:05 +00:00
..
helpers Remove unnecessary catch (#13639) 2020-06-01 19:27:05 +00:00
templates/default Update references to zeit/next.js (#13463) 2020-05-27 17:51:11 -04:00
create-app.ts Lint for invalid imports (#13482) 2020-05-28 08:23:10 +00:00
index.ts Lint for invalid imports (#13482) 2020-05-28 08:23:10 +00:00
package.json v9.4.5-canary.4 2020-06-01 10:08:35 -04:00
README.md Update references to zeit/next.js (#13463) 2020-05-27 17:51:11 -04: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.