Last active
November 10, 2017 06:44
-
-
Save indreklasn/195d8aee31dd5dc143db0707e14ddb92 to your computer and use it in GitHub Desktop.
init our node project, install next, react, react-dom, making /pages dir
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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