rsnext/packages/create-next-app
2020-06-23 16:04:34 -05:00
..
helpers chore(create-next-app): remove example picker (#13977) 2020-06-10 03:14:24 +00:00
templates/default feat(create-next-app): Use CSS and CSS modules in default application template (#13983) 2020-06-10 21:25:27 +00:00
create-app.ts Lint for invalid imports (#13482) 2020-05-28 08:23:10 +00:00
index.ts chore(create-next-app): remove example picker (#13977) 2020-06-10 03:14:24 +00:00
package.json v9.4.5-canary.18 2020-06-23 16:04:34 -05:00
README.md docs: update links to docs site (#14305) 2020-06-18 09:54:07 +00: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.