- Project Overview
- Project Configuration
- Package Script Commands
- Feature Branches
- Deploy your very own Server Side Rendering React App in 5 easy steps
- FAQ
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.