rsnext/packages/create-next-app
Joe Haddad 4a12fb0a5f
Normalize example gitignores (#13768)
This removes a bunch of unnecessary `.gitignore`s and fixes some CMS examples that don't ignore `node_modules` etc.
2020-06-04 20:39:52 +00:00
..
helpers Remove unnecessary catch (#13639) 2020-06-01 19:27:05 +00:00
templates/default Normalize example gitignores (#13768) 2020-06-04 20:39:52 +00:00
create-app.ts Lint for invalid imports (#13482) 2020-05-28 08:23:10 +00:00
index.ts Added no-shadow rule to eslint (#13645) 2020-06-01 21:00:22 +00:00
package.json v9.4.5-canary.7 2020-06-02 22:06:20 -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.