-
Make a git repository (or clone an empty repository from a remote).
mkdir -p ~/git/next-app cd ~/git/next-app git init
-
Install Yarn.
npm install --global yarn
-
Create a Next app.
yarn create next-app .
-
Disable telemetry.
npx next telemetry disable
This sets a flag in the Next configuration:
~/.config/nextjs-nodejs/config.json
.{ "telemetry": { "notifiedAt": "1642873541794", "anonymousId": "31d81dc158937266a7336e73c03e61348aa20702e42c9478fdefd1392ba10075", "salt": "b426ec4a6a76e3deebc65c921a8aaa63", "enabled": false } }
-
Commit and push.
-
Notifications
You must be signed in to change notification settings - Fork 0
ojwm/next-app
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Getting started with Create Next App
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published