Skip to content

Instantly share code, notes, and snippets.

@trungpv1601
Forked from indreklasn/install.sh
Created November 10, 2017 06:44
Show Gist options
  • Save trungpv1601/34697d5f5c8629a9e487e523da9742e5 to your computer and use it in GitHub Desktop.
Save trungpv1601/34697d5f5c8629a9e487e523da9742e5 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