Skip to content

Instantly share code, notes, and snippets.

View johnboiles's full-sized avatar

John Boiles johnboiles

View GitHub Profile
@johnboiles
johnboiles / next-typescript-macos.md
Created September 15, 2021 19:38
Create a new Next.js Typescript web app on macOS

Make sure you have Node.js installed either from the nodejs.org page or via HomeBrew (brew install node).

You’ll also need yarn set up in order to run this code. You can get yarn with:

npm install -g yarn

Create a new Next.js app (it will prompt for a name)