Skip to content

Instantly share code, notes, and snippets.

@bpmct
Last active October 21, 2020 14:56
Show Gist options
  • Save bpmct/098ed55838a45864818ffe90d031bf1f to your computer and use it in GitHub Desktop.
Save bpmct/098ed55838a45864818ffe90d031bf1f to your computer and use it in GitHub Desktop.

Setup

  • Configure git
  • Install nvm
  • Install node 10
  • Install create-next app

Developing

  • Clone with create-next-app
  • npx create-next-app --example blog-starter blog-starter-app
  • cd blog-starter-app && yarn dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment