rsnext/packages/create-next-app
Paco 81fd704681
Update the default template of create-next-app (#10327)
* Update the default template for create-next-app

* Fix link
2020-01-30 01:14:05 -05:00
..
@types Initialize Git repo on app creation (#9376) 2019-11-10 21:42:51 -08:00
helpers Initialize Git repo on app creation (#9376) 2019-11-10 21:42:51 -08:00
templates/default Update the default template of create-next-app (#10327) 2020-01-30 01:14:05 -05:00
create-app.ts Initialize Git repo on app creation (#9376) 2019-11-10 21:42:51 -08:00
index.ts Use optional chaining syntax (#9975) 2020-01-08 11:30:53 -05:00
package.json v9.2.2-canary.3 2020-01-29 12:49:51 -06: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.