Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 1.13 KB

DEPLOY_TO_NOW.md

File metadata and controls

38 lines (22 loc) · 1.13 KB

Deploy your very own "React, Universally" App in 5 easy steps

Step 1: Clone the repository.

git clone https://github.com/ctrlplusb/react-universally

Step 2: cd into the cloned directory

cd react-universally

Step 3: Install the project's dependencies

yarn

Or, if you aren't using yarn:

npm install

Step 4: Install the awesome now CLI globally

npm install -g now

Step 5: Deploy to "now"

yarn run deploy

Or, if you aren't using yarn:

npm run deploy

That's it. Your clipboard will contain the address of the deployed app. Open your browser, paste, go. These guys are seriously awesome hosts. Check them out.