Skip to content

Instantly share code, notes, and snippets.

@trevorlasn
Last active November 10, 2017 06:44
Show Gist options
  • Select an option

  • Save trevorlasn/195d8aee31dd5dc143db0707e14ddb92 to your computer and use it in GitHub Desktop.

Select an option

Save trevorlasn/195d8aee31dd5dc143db0707e14ddb92 to your computer and use it in GitHub Desktop.
init our node project, install next, react, react-dom, making /pages dir
mkdir next-react-ssr && cd next-react-ssr && npm init -y && npm install --save react react-dom next && mkdir pages
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment