Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 266 Bytes

Readme.md

File metadata and controls

15 lines (13 loc) · 266 Bytes

Server-Side React Demo

  1. Install dependencies via yarn.
    yarn install
    
  2. Build and run with make.
    make build run
    
  3. Open localhost:3000 in your web browser.
    open 'http://localhost:3000'