Skip to content

Instantly share code, notes, and snippets.

@danestves
Created February 10, 2020 21:47
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 danestves/b70583a4bf77bd1d2c54e5c2e936ef5f to your computer and use it in GitHub Desktop.
Save danestves/b70583a4bf77bd1d2c54e5c2e936ef5f to your computer and use it in GitHub Desktop.
2-. Instalación NextJS | Curso de NextJS | @danestves

Install NextJS CLI

npm i -g create-next-app

# or

yarn global add create-next-app

# or use it instant

yarn create next-app NAME_OF_MY_APP
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment