- 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
npm install
Step 4: Install the awesome now
CLI globally
npm install -g now
Step 5: Deploy to "now"
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.