Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Latest commit

 

History

History
22 lines (15 loc) · 440 Bytes

File metadata and controls

22 lines (15 loc) · 440 Bytes

Progressive Rendering: Frameworks Samples

Installation

git clone git@github.com:GoogleChromeLabs/progressive-rendering-frameworks-samples.git
cd progressive-rendering-frameworks-samples

npm install
npm run lerna bootstrap

Run the Progressive Hydration Demo

cd react-progressive-hydration
npm start

Now check out the demo on http://localhost:2048!