Skip to content

Instantly share code, notes, and snippets.

@samuelayo
Created April 2, 2018 20:33
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 samuelayo/587ced999a4536e164ae10a28826a472 to your computer and use it in GitHub Desktop.
Save samuelayo/587ced999a4536e164ae10a28826a472 to your computer and use it in GitHub Desktop.
#make a directory
mkdir logrocket-next
#change to the new directory
cd logrocket-next
#init a new node project
npm init -y
#install react, react-dom and next
npm install --save react react-dom next
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment