Skip to content

Instantly share code, notes, and snippets.

@nataliemarleny
Created May 12, 2019 16:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nataliemarleny/65fc166790b875e31419bb5db3b70459 to your computer and use it in GitHub Desktop.
Save nataliemarleny/65fc166790b875e31419bb5db3b70459 to your computer and use it in GitHub Desktop.
Next.js sandbox - add the following entries to scripts:
{
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment