Skip to content

Instantly share code, notes, and snippets.

View edtimer's full-sized avatar
🥔
Potato Chipso

Adam edtimer

🥔
Potato Chipso
View GitHub Profile
@edtimer
edtimer / snippet.ts
Last active June 21, 2023 04:16
NextJs tutorial snippets
//check node installation
node -v
//install yarn (yet another package manager)
npm install --global yarn
// Setup using npx create-next-app@latest
npx create-next-app@latest
npx create-next-app MyUTM